GUACAMOLE-220: Convert "namespace" attribute of managementButtons directive to string binding.

This commit is contained in:
Michael Jumper
2018-05-03 23:37:19 -07:00
parent 2c41e38e55
commit ae0512c266
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
</div>
<!-- Form action buttons -->
<management-buttons namespace="'MANAGE_SHARING_PROFILE'"
<management-buttons namespace="MANAGE_SHARING_PROFILE"
permissions="managementPermissions"
save="saveSharingProfile()"
delete="deleteSharingProfile()"