mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Merge pull request #312 from glyptodon/fix-user-account-tab
GUAC-1444: Do not include username in account tabs if not known.
This commit is contained in:
@@ -445,7 +445,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
|
|||||||
// Add page entry
|
// Add page entry
|
||||||
$scope.accountPages.push(new PageDefinition({
|
$scope.accountPages.push(new PageDefinition({
|
||||||
name : translationStringService.canonicalize('DATA_SOURCE_' + dataSource) + '.NAME',
|
name : translationStringService.canonicalize('DATA_SOURCE_' + dataSource) + '.NAME',
|
||||||
url : '/manage/' + encodeURIComponent(dataSource) + '/users/' + encodeURIComponent(username),
|
url : '/manage/' + encodeURIComponent(dataSource) + '/users/' + encodeURIComponent(username || ''),
|
||||||
className : className
|
className : className
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user