diff options
author | Adam Young <ayoung@redhat.com> | 2010-09-28 19:20:02 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-09-29 09:30:09 -0400 |
commit | 09555fae17dcd142c4b39643e3f7d376ed8d4841 (patch) | |
tree | d6c38eb9740a05e473fcec0f5069d7467cf53347 /install/static/test/index.html | |
parent | d201a4350d8ce0adb97e8f161ab916bb6bc066a5 (diff) | |
download | freeipa-09555fae17dcd142c4b39643e3f7d376ed8d4841.tar.gz freeipa-09555fae17dcd142c4b39643e3f7d376ed8d4841.tar.xz freeipa-09555fae17dcd142c4b39643e3f7d376ed8d4841.zip |
tab objects
Convert the tab lists to arrays of objects with four potential fields:
tab[0] -> tab.name
tab[1] -> tab.label
tab[2] -> tab.setup or tab.children
Added unit tests for nav_setup and nav_select_tab
Diffstat (limited to 'install/static/test/index.html')
-rw-r--r-- | install/static/test/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/static/test/index.html b/install/static/test/index.html index 14ca7f042..5c4607ae2 100644 --- a/install/static/test/index.html +++ b/install/static/test/index.html @@ -27,6 +27,8 @@ <li><a href="ipa_tests.html">Core Test Suite</a> <li><a href="entity_tests.html">Entity Test Suite</a> <li><a href="association_tests.html">Association Test Suite</a> + <li><a href="navigation_tests.html">Navigation Test Suite</a> + </ul> </div> |