summaryrefslogtreecommitdiffstats
path: root/install/static/policy.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-11-12 15:23:58 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-11-14 01:53:47 -0500
commit828f87e4a6996c0509e7ea65fd6d090bc6ee90b8 (patch)
tree4a9fdd65d0ab9c6832b5eaac0294ff428a72f7d1 /install/static/policy.js
parent821987fe674d2685809d6150316b3a99bda37b6a (diff)
downloadfreeipa.git-828f87e4a6996c0509e7ea65fd6d090bc6ee90b8.tar.gz
freeipa.git-828f87e4a6996c0509e7ea65fd6d090bc6ee90b8.tar.xz
freeipa.git-828f87e4a6996c0509e7ea65fd6d090bc6ee90b8.zip
more css cleanup remove quick links css very close to specs
Diffstat (limited to 'install/static/policy.js')
-rw-r--r--install/static/policy.js10
1 files changed, 3 insertions, 7 deletions
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]
]);