summaryrefslogtreecommitdiffstats
path: root/install/static/policy.js
diff options
context:
space:
mode:
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]
]);