improve home page design

This commit is contained in:
usmannasir 2025-06-02 01:02:37 +05:00
parent 2463cea5e2
commit e7ddb993d3
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ app.controller('dashboardStatsController', function ($scope, $http, $timeout) {
$scope.errorSSHLogins = '';
function fetchSSHLogins() {
$scope.loadingSSHLogins = true;
$http.get('/baseTemplate/getRecentSSHLogins').then(function (response) {
$http.get('/base/getRecentSSHLogins').then(function (response) {
$scope.loadingSSHLogins = false;
if (response.data && response.data.logins) {
$scope.sshLogins = response.data.logins;