diff --git a/userManagment/static/userManagment/userManagment.js b/userManagment/static/userManagment/userManagment.js index ea42f83ca..b25c5a400 100755 --- a/userManagment/static/userManagment/userManagment.js +++ b/userManagment/static/userManagment/userManagment.js @@ -1685,6 +1685,10 @@ app.controller('listTableUsers', function ($scope, $http) { }; + + $scope.controlUserState = function (state) { + alert(state); + } }); diff --git a/userManagment/templates/userManagment/listUsers.html b/userManagment/templates/userManagment/listUsers.html index 6262a3562..470d78207 100755 --- a/userManagment/templates/userManagment/listUsers.html +++ b/userManagment/templates/userManagment/listUsers.html @@ -34,6 +34,7 @@