mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
GUAC-1053: Add user preferences page, visible to all users.
This commit is contained in:
@@ -223,6 +223,12 @@ angular.module('navigation').factory('userPageService', ['$injector',
|
||||
));
|
||||
}
|
||||
|
||||
// Add link to user preferences (always accessible)
|
||||
pages.push(new Page(
|
||||
'USER_MENU.ACTION_MANAGE_PREFERENCES',
|
||||
'/settings/preferences'
|
||||
));
|
||||
|
||||
return pages;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user