SUDO Rule Search and Details Pages

The search and details pages for SUDO Rule have been added. Codes
that are shared with HBAC have been moved to rule.js.

The following methods were renamed for consistency:
 - ipa_details_load() -> ipa_details_refresh()
 - ipa_details_display() -> ipa_details_load()

The ipa_details_cache has been removed because the cache is now
stored in each widget.

The index.xhtml has been removed. All references to it has been
changed to index.html.

The Unselect All checkbox has been fixed. Unnecessary parameter
'container' has been removed.

The unit test has been updated and new test data has been added.
This commit is contained in:
Endi S. Dewata
2010-11-18 20:17:14 -06:00
committed by Endi Sukma Dewata
parent d4f25453e1
commit 379a9cc41f
25 changed files with 1029 additions and 549 deletions

View File

@@ -51,7 +51,7 @@ class KRBCheater(object):
class WebUIApp(object):
INDEX_FILE = 'index.xhtml'
INDEX_FILE = 'index.html'
EXTENSION_TO_MIME_MAP = {
'xhtml': 'text/html',
'html': 'text/html',