diff options
author | Endi DeWata <edewata@redhat.com> | 2010-09-08 19:25:14 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-09-08 19:25:14 -0400 |
commit | 0050e2fcd957cd037e25c3ef68322a6204de7450 (patch) | |
tree | b4bbc622755585b007e4beb7c46a820df1556464 /install/static/index.xhtml | |
parent | 54b3842abac529e550b9a3d94bf240a95d8a6ba5 (diff) | |
download | freeipa.git-0050e2fcd957cd037e25c3ef68322a6204de7450.tar.gz freeipa.git-0050e2fcd957cd037e25c3ef68322a6204de7450.tar.xz freeipa.git-0050e2fcd957cd037e25c3ef68322a6204de7450.zip |
Services
adds the Service tab: search, details, add, associations
It also contains the sample data for some service operations
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 4077d4f3..6e1d0435 100644 --- a/install/static/index.xhtml +++ b/install/static/index.xhtml @@ -20,6 +20,7 @@ <script type="text/javascript" src="host.js"></script> <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"> |