Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/301#discussion_r196366531
--- Diff:
guacamole/src/main/webapp/app/navigation/services/userPageService.js ---
@@ -312,6 +305,12 @@
angular.module('navigation').factory('userPageService', ['$injector',
url : '/settings/preferences'
}));
+ // Add link to Session management (always accessible)
+ pages.push(new PageDefinition({
--- End diff --
Ah, yeah, that makes sense. Should be ordered correctly, now.
---