diff options
author | Adam Young <ayoung@redhat.com> | 2010-09-29 16:57:07 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-09-30 09:49:46 -0400 |
commit | df5fa8b71b08d72ccc45ee08db1fd42a4c6d7ab6 (patch) | |
tree | f699ab6549219a61cdf141e4ccee4acc7195df82 /install/static/test/index.html | |
parent | c82b4d91bf344ad731c2efef0bde1b4db9f59210 (diff) | |
download | freeipa.git-df5fa8b71b08d72ccc45ee08db1fd42a4c6d7ab6.tar.gz freeipa.git-df5fa8b71b08d72ccc45ee08db1fd42a4c6d7ab6.tar.xz freeipa.git-df5fa8b71b08d72ccc45ee08db1fd42a4c6d7ab6.zip |
Item Level Undo
Also adding some unit tests for details.
Using JQuery UI buttons for update and reset
Now triggers on keydown, not change
Diffstat (limited to 'install/static/test/index.html')
-rw-r--r-- | install/static/test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/static/test/index.html b/install/static/test/index.html index 5c4607ae..a71ee60f 100644 --- a/install/static/test/index.html +++ b/install/static/test/index.html @@ -26,6 +26,7 @@ <ul> <li><a href="ipa_tests.html">Core Test Suite</a> <li><a href="entity_tests.html">Entity Test Suite</a> + <li><a href="details_tests.html">Details Test Suite</a> <li><a href="association_tests.html">Association Test Suite</a> <li><a href="navigation_tests.html">Navigation Test Suite</a> |