Adding mini-graphs on dashboard.

This commit is contained in:
softsimon
2020-09-26 22:46:26 +07:00
parent eea77ca863
commit 4bfaabbb5f
13 changed files with 148 additions and 37 deletions

View File

@@ -15,8 +15,8 @@ class Routes {
constructor() {
if (!config.DB_DISABLED) {
this.createCache();
setInterval(this.createCache.bind(this), 600000);
// this.createCache();
// setInterval(this.createCache.bind(this), 600000);
}
}