summaryrefslogtreecommitdiffstats
path: root/install/ui/webui.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-26 14:24:41 -0500
committerAdam Young <ayoung@redhat.com>2011-01-27 16:52:52 -0500
commit18ec29c42b6ee239396f0b28f8566fbb2261264c (patch)
treed63ba68641c5e65f16867e04fa7530ba0711f53c /install/ui/webui.js
parentc3e065879056d85f0a769368c82b128a58c148e1 (diff)
downloadfreeipa-18ec29c42b6ee239396f0b28f8566fbb2261264c.tar.gz
freeipa-18ec29c42b6ee239396f0b28f8566fbb2261264c.tar.xz
freeipa-18ec29c42b6ee239396f0b28f8566fbb2261264c.zip
adding label for RBAC
Diffstat (limited to 'install/ui/webui.js')
-rw-r--r--install/ui/webui.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js
index 06b76c358..9459c9d1c 100644
--- a/install/ui/webui.js
+++ b/install/ui/webui.js
@@ -51,7 +51,8 @@ IPA.admin_tab_set = function () {
{name:'krbtpolicy', entity:'krbtpolicy'}
]},
{name:'ipaserver', label: IPA.messages.tabs.ipaserver, children: [
- {name:'role',entity:'role' ,children:[
+ {name:'role',entity:'role', label: IPA.messages.tabs.role
+ ,children:[
{name:'privilege',entity:'privilege' },
{name:'permission', entity:'permission'}
]},