This commit is contained in:
usmannasir 2025-06-02 22:13:08 +05:00
parent 705c7c8f4d
commit 1a13a1200a
1 changed files with 1 additions and 1 deletions

View File

@ -1215,7 +1215,7 @@ app.controller('dashboardStatsController', function ($scope, $http, $timeout) {
var match = login.raw.match(/(pts\/[0-9]+)/);
if (match) tty = match[1];
}
$http.post('/baseTemplate/getSSHUserActivity', { user: login.user, tty: tty }).then(function(response) {
$http.post('/base/getSSHUserActivity', { user: login.user, tty: tty }).then(function(response) {
$scope.loadingSSHActivity = false;
if (response.data) {
$scope.sshActivity = response.data;