Use the same busy indicator everywhere

This commit is contained in:
Johannes Zellner
2017-01-29 02:01:01 -08:00
parent a5bffad556
commit 023c03ddcd
11 changed files with 50 additions and 88 deletions

View File

@@ -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);