mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1656: Remove user attributes header; it does not look good.
This commit is contained in:
@@ -241,7 +241,7 @@ public class VaultUserContext extends TokenInjectingUserContext {
|
||||
*
|
||||
* @throws GuacamoleException
|
||||
* If the value for any applicable secret cannot be retrieved from the
|
||||
* vault due to an error.1
|
||||
* vault due to an error.
|
||||
*/
|
||||
private Map<String, Future<String>> getTokens(
|
||||
Connectable connectable, Map<String, String> tokenMapping,
|
||||
|
@@ -90,7 +90,6 @@
|
||||
</div>
|
||||
|
||||
<!-- User attributes section -->
|
||||
<h2 class="header" ng-show="attributes.length">{{'SETTINGS_PREFERENCES.SECTION_HEADER_UPDATE_ATTRIBUTES' | translate}}</h2>
|
||||
<div class="attributes" ng-show="attributes.length">
|
||||
<guac-form namespace="'USER_ATTRIBUTES'" content="attributes"
|
||||
model="user.attributes"></guac-form>
|
||||
|
@@ -951,7 +951,6 @@
|
||||
|
||||
"SECTION_HEADER_DEFAULT_INPUT_METHOD" : "Default Input Method",
|
||||
"SECTION_HEADER_DEFAULT_MOUSE_MODE" : "Default Mouse Emulation Mode",
|
||||
"SECTION_HEADER_UPDATE_ATTRIBUTES" : "User Attributes",
|
||||
"SECTION_HEADER_UPDATE_PASSWORD" : "Change Password"
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user