diff --git a/baseTemplate/static/baseTemplate/custom-js/system-status.js b/baseTemplate/static/baseTemplate/custom-js/system-status.js index e3ef62545..43cffacf4 100644 --- a/baseTemplate/static/baseTemplate/custom-js/system-status.js +++ b/baseTemplate/static/baseTemplate/custom-js/system-status.js @@ -868,7 +868,7 @@ app.controller('OnboardingCP', function ($scope, $http, $timeout, $window) { }); -app.controller('dashboardStatsController', function ($scope, $http) { +app.controller('dashboardStatsController', function ($scope, $http, $timeout) { // Card values $scope.totalSites = 0; $scope.totalWPSites = 0; diff --git a/baseTemplate/templates/baseTemplate/homePage.html b/baseTemplate/templates/baseTemplate/homePage.html index 4b4fe449a..12a73f6a5 100755 --- a/baseTemplate/templates/baseTemplate/homePage.html +++ b/baseTemplate/templates/baseTemplate/homePage.html @@ -310,7 +310,7 @@
{% trans "CPU Usage" %}
-
+
{$ cpuUsage $}%
@@ -323,7 +323,7 @@
{% trans "Ram Usage" %}
-
+
{$ ramUsage $}%
@@ -336,7 +336,7 @@
{% trans "Disk Usage '/'" %}
-
+
{$ diskUsage $}%
@@ -920,11 +920,6 @@ - -