mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 14:41:21 +00:00
GUACAMOLE-292: Display all object attributes if we are creating the object.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<!-- User attributes section -->
|
||||
<div class="attributes" ng-show="canChangeAttributes()">
|
||||
<guac-form namespace="'USER_ATTRIBUTES'" content="attributes"
|
||||
model="user.attributes" model-only="true"></guac-form>
|
||||
model="user.attributes" model-only="!canChangeAllAttributes()"></guac-form>
|
||||
</div>
|
||||
|
||||
<!-- System permissions section -->
|
||||
|
Reference in New Issue
Block a user