mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUAC-1053: Migrate to tabbed settings screen. Create user management tab.
This commit is contained in:
@@ -203,7 +203,7 @@ angular.module('navigation').factory('userPageService', ['$injector',
|
||||
if (canManageUsers) {
|
||||
pages.push(new Page(
|
||||
'USER_MENU.ACTION_MANAGE_USERS',
|
||||
'/manage/modules/users/'
|
||||
'/settings/users'
|
||||
));
|
||||
}
|
||||
|
||||
@@ -211,7 +211,7 @@ angular.module('navigation').factory('userPageService', ['$injector',
|
||||
if (canManageConnections) {
|
||||
pages.push(new Page(
|
||||
'USER_MENU.ACTION_MANAGE_CONNECTIONS',
|
||||
'/manage/modules/connections/'
|
||||
'/settings/connections'
|
||||
));
|
||||
}
|
||||
|
||||
@@ -219,7 +219,7 @@ angular.module('navigation').factory('userPageService', ['$injector',
|
||||
if (canManageSessions) {
|
||||
pages.push(new Page(
|
||||
'USER_MENU.ACTION_MANAGE_SESSIONS',
|
||||
'/manage/modules/sessions/'
|
||||
'/settings/sessions'
|
||||
));
|
||||
}
|
||||
|
||||
|
@@ -198,9 +198,9 @@
|
||||
background-image: url('images/action-icons/guac-home-dark.png');
|
||||
}
|
||||
|
||||
.user-menu .options li a[href="#/manage/modules/users/"],
|
||||
.user-menu .options li a[href="#/manage/modules/connections/"],
|
||||
.user-menu .options li a[href="#/manage/modules/sessions/"] {
|
||||
.user-menu .options li a[href="#/settings/users"],
|
||||
.user-menu .options li a[href="#/settings/connections"],
|
||||
.user-menu .options li a[href="#/settings/sessions"] {
|
||||
background-image: url('images/action-icons/guac-config-dark.png');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user