mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUAC-932: Refactor existing REST service JS into single 'rest' module.
This commit is contained in:
@@ -23,5 +23,5 @@
|
||||
/**
|
||||
* The module for the administration functionality.
|
||||
*/
|
||||
angular.module('manage', ['btford.modal', 'protocol', 'connection', 'connectionGroup', 'util']);
|
||||
angular.module('manage', ['btford.modal', 'rest', 'util']);
|
||||
|
||||
|
Reference in New Issue
Block a user