bug fix: topProcessesStatus

This commit is contained in:
Usman Nasir
2020-05-02 17:51:01 +05:00
parent 874720fbfe
commit c1f5600018
9 changed files with 181 additions and 53 deletions

View File

@@ -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 */