mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
bug fix: topProcessesStatus
This commit is contained in:
@@ -113,7 +113,7 @@ app.controller('createUserCtr', function ($scope, $http) {
|
||||
|
||||
$scope.generatePassword = function () {
|
||||
$scope.generatedPasswordView = false;
|
||||
$scope.password = randomPassword(12);
|
||||
$scope.password = randomPassword(16);
|
||||
};
|
||||
|
||||
$scope.usePassword = function () {
|
||||
@@ -342,7 +342,7 @@ app.controller('modifyUser', function ($scope, $http) {
|
||||
|
||||
$scope.generatePassword = function () {
|
||||
$scope.generatedPasswordView = false;
|
||||
$scope.password = randomPassword(12);
|
||||
$scope.password = randomPassword(16);
|
||||
};
|
||||
|
||||
$scope.usePassword = function () {
|
||||
@@ -1744,4 +1744,4 @@ app.controller('listTableUsers', function ($scope, $http) {
|
||||
});
|
||||
|
||||
|
||||
/* Java script code to list table users */
|
||||
/* Java script code to list table users */
|
||||
|
||||
Reference in New Issue
Block a user