bug fix: load main page data

This commit is contained in:
Usman Nasir
2022-04-20 16:33:05 +05:00
parent 7d0cd46927
commit 68429adbf8

View File

@@ -514,9 +514,9 @@ app.controller('homePageStatus', function ($scope, $http, $timeout) {
$scope.two = response.data.two;
$scope.three = response.data.three;
document.getElementById("load1").innerHTML = $scope.one;
document.getElementById("load2").innerHTML = $scope.two;
document.getElementById("load3").innerHTML = $scope.three;
//document.getElementById("load1").innerHTML = $scope.one;
//document.getElementById("load2").innerHTML = $scope.two;
//document.getElementById("load3").innerHTML = $scope.three;
}
function cantGetLoadAvgData(response) {
@@ -700,5 +700,3 @@ app.controller('designtheme', function ($scope, $http, $timeout) {
};
});