From 828f87e4a6996c0509e7ea65fd6d090bc6ee90b8 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 12 Nov 2010 15:23:58 -0500 Subject: more css cleanup remove quick links css very close to specs --- install/static/policy.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'install/static/policy.js') diff --git a/install/static/policy.js b/install/static/policy.js index 89fe16a7..26af6aa1 100644 --- a/install/static/policy.js +++ b/install/static/policy.js @@ -22,8 +22,7 @@ /* DNS */ ipa_entity_set_search_definition('dns', [ - ['idnsname', 'Zone Name', null], - ['quick_links', 'Quick Links', ipa_entity_quick_links] + ['idnsname', 'Zone Name', null] ]); @@ -459,9 +458,7 @@ function ipa_records_facet(spec){ /**Automount*/ ipa_entity_set_search_definition('automountlocation', [ - ['cn', 'Name', null], - ['quick_links', 'Quick Links', ipa_entity_quick_links] - + ['cn', 'Name', null] ]); ipa_entity_set_add_definition('automountlocation', [ @@ -482,8 +479,7 @@ ipa_entity_set_association_definition('automountlocation', { /**pwpolicy*/ ipa_entity_set_search_definition('pwpolicy', [ - ['cn', 'Name', null], - ['quick_links', 'Quick Links', ipa_entity_quick_links] + ['cn', 'Name', null] ]); -- cgit