From 64f273a40d70b642de46bf37f6b5771724a885c9 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 17 Sep 2010 19:03:50 -0400 Subject: Restoring Services tab. The add.js has been modified to support adding new entry with dynamically generated pkey. The index.xhtml has been modified to include service.js. The service.js has been modified to use the new API to define the search, add, and details fields. Callbacks are used to add quick links and generate pkey dynamically. The webui.js has been modified to add the Services tab. --- install/static/webui.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/static/webui.js') diff --git a/install/static/webui.js b/install/static/webui.js index f7cccff6..9aaa21d6 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -28,6 +28,7 @@ var nav_tabs_lists = [ ['host', 'Hosts', ipa_entity_setup], ['hostgroup', 'Hostgroups', ipa_entity_setup], ['netgroup', 'Netgroups', ipa_entity_setup], + ['service', 'Services', ipa_entity_setup], ]], ['policy', 'POLICY', unimplemented_tab], ['config', 'CONFIG', unimplemented_tab] -- cgit