From c1a7539c941d2a4bf48460d3cf44a526f1d91741 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 2 Jun 2025 16:32:43 +0500 Subject: [PATCH] ssh logs --- .../static/baseTemplate/custom-js/system-status.js | 2 +- baseTemplate/templates/baseTemplate/homePage.html | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) 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 @@ - -