mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-05 22:27:30 +02:00
ssh logs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user