Use the same busy indicator everywhere
This commit is contained in:
@@ -380,14 +380,6 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
|
||||
});
|
||||
};
|
||||
|
||||
$scope.showUserHelp = function () {
|
||||
$('#userHelpModal').modal('show');
|
||||
};
|
||||
|
||||
$scope.showGroupHelp = function () {
|
||||
$('#groupHelpModal').modal('show');
|
||||
};
|
||||
|
||||
function refresh() {
|
||||
Client.getGroups(function (error, result) {
|
||||
if (error) return console.error('Unable to get group listing.', error);
|
||||
|
||||
Reference in New Issue
Block a user