db username

This commit is contained in:
Usman Nasir
2020-07-16 22:30:29 +05:00
parent ef24d4fb42
commit 9a85dbe654
4 changed files with 64 additions and 9 deletions

View File

@@ -454,7 +454,11 @@ app.controller('listDBs', function ($scope, $http) {
$scope.generatedPasswordView = true;
};
$scope.remoteAccess = function () {
$scope.remoteAccess = function (userName) {
$scope.dbUsername = userName;
alert($scope.dbUsername);
return 0;
$scope.dbLoading = false;
$scope.passwordChanged = true;