mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-12 07:57:41 +00:00
GUAC-1120: Move notifications into own service.
This commit is contained in:
@@ -23,5 +23,11 @@
|
||||
/**
|
||||
* The module for the administration functionality.
|
||||
*/
|
||||
angular.module('manage', ['groupList', 'locale', 'pager', 'rest', 'userMenu']);
|
||||
|
||||
angular.module('manage', [
|
||||
'groupList',
|
||||
'locale',
|
||||
'notification',
|
||||
'pager',
|
||||
'rest',
|
||||
'userMenu'
|
||||
]);
|
||||
|
Reference in New Issue
Block a user