mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
GUACAMOLE-292: Restrict attributes on object management pages to those explicitly present on the object.
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
|
||||
<!-- User attributes section -->
|
||||
<div class="attributes" ng-show="canChangeAttributes()">
|
||||
<guac-form namespace="'USER_ATTRIBUTES'" content="attributes" model="user.attributes"></guac-form>
|
||||
<guac-form namespace="'USER_ATTRIBUTES'" content="attributes"
|
||||
model="user.attributes" model-only="true"></guac-form>
|
||||
</div>
|
||||
|
||||
<!-- System permissions section -->
|
||||
|
Reference in New Issue
Block a user