improve home page design
This commit is contained in:
parent
2463cea5e2
commit
e7ddb993d3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue