diff --git a/guacamole/src/main/webapp/app/navigation/services/userPageService.js b/guacamole/src/main/webapp/app/navigation/services/userPageService.js index aff16b597..6100237f0 100644 --- a/guacamole/src/main/webapp/app/navigation/services/userPageService.js +++ b/guacamole/src/main/webapp/app/navigation/services/userPageService.js @@ -57,14 +57,22 @@ angular.module('navigation').factory('userPageService', ['$injector', * A map of all root connection groups visible to the current user, * where each key is the identifier of the corresponding data source. * + * @param {Object.} permissions + * A map of all permissions granted to the current user, where each + * key is the identifier of the corresponding data source. + * + * @param {Object. 1) return SYSTEM_HOME_PAGE;