mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 00:06:09 +01:00
add state to list users
This commit is contained in:
@@ -1685,6 +1685,10 @@ app.controller('listTableUsers', function ($scope, $http) {
|
||||
|
||||
|
||||
};
|
||||
|
||||
$scope.controlUserState = function (state) {
|
||||
alert(state);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user