From 1a13a1200a010308516baf47386b6e813b4b47bc Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 2 Jun 2025 22:13:08 +0500 Subject: [PATCH] ssh logs --- baseTemplate/static/baseTemplate/custom-js/system-status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseTemplate/static/baseTemplate/custom-js/system-status.js b/baseTemplate/static/baseTemplate/custom-js/system-status.js index 5086d4187..f2e4c4c1d 100644 --- a/baseTemplate/static/baseTemplate/custom-js/system-status.js +++ b/baseTemplate/static/baseTemplate/custom-js/system-status.js @@ -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;