diff options
author | Adam Young <ayoung@redhat.com> | 2010-09-20 17:05:22 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-09-20 17:05:22 -0400 |
commit | 2606f98f39d81a0a50e608418c27a84a92136670 (patch) | |
tree | 592971a1c8a03e96b3ac02ebaa8966bebc7195d1 /install/static/index.xhtml | |
parent | 116e62beccff645c7de01f9dfd3935ec500b4ba1 (diff) | |
download | freeipa.git-2606f98f39d81a0a50e608418c27a84a92136670.tar.gz freeipa.git-2606f98f39d81a0a50e608418c27a84a92136670.tar.xz freeipa.git-2606f98f39d81a0a50e608418c27a84a92136670.zip |
Rolegroups tab.
The Makefile.am and index.xhtml has been modified to include
rolegroup.js. The webui.js has been modified to register the
rolegroup tab.
The rolegroup.js defines the rolegroup's search, add, and details
pages. Sample data for some rolegroup operations have been added.
Diffstat (limited to 'install/static/index.xhtml')
-rw-r--r-- | install/static/index.xhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/static/index.xhtml b/install/static/index.xhtml index 98e2495d..3fcb5f62 100644 --- a/install/static/index.xhtml +++ b/install/static/index.xhtml @@ -25,6 +25,7 @@ <script type="text/javascript" src="hostgroup.js"></script> <script type="text/javascript" src="netgroup.js"></script> <script type="text/javascript" src="service.js"></script> + <script type="text/javascript" src="rolegroup.js"></script> <script type="text/javascript" src="develop.js"></script> <script type="text/javascript" src="webui.js"></script> |