royalcat refactoring

This commit is contained in:
royalcat 2023-10-08 19:46:03 +03:00
parent 1da835cea6
commit b245c9f451
81 changed files with 1476 additions and 1580 deletions
templates

View file

@ -96,9 +96,9 @@
<script src="assets/js/cache_chart.js"></script>
<script src="assets/js/dashboard.js"></script>
<script>
Distribyted.dashboard.loadView();
tstor.dashboard.loadView();
setInterval(function () {
Distribyted.dashboard.loadView();
tstor.dashboard.loadView();
}, 2000)
</script>
</body>