summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/ui/group.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-04-10 04:44:30 -0400
committerEndi S. Dewata <edewata@redhat.com>2015-04-17 13:29:22 -0400
commit5c50472a1d91390879a24df7fcfa60d741f1c011 (patch)
tree9635ebb7ed5e4308cde501c1812e0595854adbe9 /base/tps/shared/webapps/tps/ui/group.html
parentf1f11cd1b2b4dfa0a99cbd47953af0fce4e7ec6c (diff)
downloadpki-5c50472a1d91390879a24df7fcfa60d741f1c011.tar.gz
pki-5c50472a1d91390879a24df7fcfa60d741f1c011.tar.xz
pki-5c50472a1d91390879a24df7fcfa60d741f1c011.zip
Customized TPS UI menu based on user roles.
The TPS UI has been modified to customize the navigation menu based on the roles of the user currently logged in. TPS agents do not have access to users, groups, config, authenticators, connectors, profile mappings, audit, and self tests, so the corresponding menu items will be hidden. TPS admins have access to all menu items. https://fedorahosted.org/pki/ticket/1292
Diffstat (limited to 'base/tps/shared/webapps/tps/ui/group.html')
-rw-r--r--base/tps/shared/webapps/tps/ui/group.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/shared/webapps/tps/ui/group.html b/base/tps/shared/webapps/tps/ui/group.html
index 493b79488..11c9944b2 100644
--- a/base/tps/shared/webapps/tps/ui/group.html
+++ b/base/tps/shared/webapps/tps/ui/group.html
@@ -26,11 +26,11 @@
<span class="pki-actions">
-<span class="pki-menu" style="display: none;">
+<span name="view" class="pki-actions-menu">
<a name="edit" href="#">Edit</a><br>
</span>
-<span class="pki-buttons" style="display: none;">
+<span name="edit" class="pki-actions-menu" style="display: none;">
<button name="cancel">Cancel</button>
<button name="save" class="primary">Save</button>
</span>