mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
closes #5346
This commit is contained in:
@@ -81,7 +81,6 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator'], function (s
|
|||||||
|
|
||||||
setupRealtimeButton();
|
setupRealtimeButton();
|
||||||
setupGraphs();
|
setupGraphs();
|
||||||
initiateDashboard();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Admin.updateRoomUsage = function (err, data) {
|
Admin.updateRoomUsage = function (err, data) {
|
||||||
@@ -299,6 +298,8 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator'], function (s
|
|||||||
}
|
}
|
||||||
updateTrafficGraph($(this).attr('data-units'), until);
|
updateTrafficGraph($(this).attr('data-units'), until);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
initiateDashboard();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user