Lines Matching refs:toastService
14 function($scope, APIUtils, toastService, $uibModal, $q) { argument
83 toastService.error('Failed to load users.');
127 toastService.success(`User '${username}' has been created.`);
131 toastService.error(`Failed to create new user '${username}'.`);
149 toastService.success('User has been updated successfully.')
153 toastService.error(`Unable to update user '${originalUsername}'.`)
176 toastService.success(message);
186 toastService.error(message);
213 toastService.success(message);
225 toastService.error(message);
246 toastService.success(
251 toastService.error('Failed to update account policy settings.');