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/host.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/static/host.js') diff --git a/install/static/host.js b/install/static/host.js index 65c2b571..bd9deda3 100644 --- a/install/static/host.js +++ b/install/static/host.js @@ -24,8 +24,7 @@ ipa_entity_set_search_definition('host', [ ['fqdn', 'Name', null], ['description', 'Description', null], ['enrolled', 'Enrolled?', null], - ['manages', 'Manages?', null], - ['quick_links', 'Quick Links', ipa_entity_quick_links] + ['manages', 'Manages?', null] ]); ipa_entity_set_add_definition('host', [ -- cgit