mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-05 21:58:16 +02:00
db username
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user