summaryrefslogtreecommitdiffstats
path: root/install/static
diff options
context:
space:
mode:
Diffstat (limited to 'install/static')
-rwxr-xr-xinstall/static/hbac.js16
1 files changed, 2 insertions, 14 deletions
diff --git a/install/static/hbac.js b/install/static/hbac.js
index e2c1266c..a85a89a5 100755
--- a/install/static/hbac.js
+++ b/install/static/hbac.js
@@ -314,7 +314,7 @@ function ipa_hbac_details_facet(spec) {
'name': 'sourcehost_hostgroup', 'label': 'Host Groups', 'category': category,
'other_entity': 'hostgroup', 'add_method': 'add_sourcehost', 'remove_method': 'remove_sourcehost'
}));
-
+/*
if (IPA.layout) {
section = that.create_section({
'name': 'accesstime',
@@ -327,18 +327,6 @@ function ipa_hbac_details_facet(spec) {
'name': 'accesstime',
'label': 'When'
});
-/*
- section = ipa_rule_details_section({
- 'name': 'accesstime',
- 'label': 'When',
- 'text': 'Rule applies when access is being requested at:',
- 'field_name': 'accesstimecategory',
- 'tables': [
- { 'field_name': 'accesstime' }
- ]
- });
- that.add_section(section);
-*/
}
section.add_field(ipa_hbac_accesstime_widget({
@@ -350,7 +338,7 @@ function ipa_hbac_details_facet(spec) {
{ 'value': '', 'label': 'Specified Times' }
]
}));
-
+*/
that.details_facet_init();
};