summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/rule.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/rule.js')
-rw-r--r--install/ui/src/freeipa/rule.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/rule.js b/install/ui/src/freeipa/rule.js
index 11a8e8201..8a2b01963 100644
--- a/install/ui/src/freeipa/rule.js
+++ b/install/ui/src/freeipa/rule.js
@@ -46,7 +46,8 @@ IPA.rule_details_widget = function(spec) {
that.enable_radio = IPA.rule_radio_widget({
name: that.radio_name,
options: that.options,
- entity: that.entity
+ entity: that.entity,
+ css_class: 'rule-enable-radio'
});
that.widgets.add_widget(that.enable_radio);