diff options
Diffstat (limited to 'install/ui/rule.js')
-rw-r--r-- | install/ui/rule.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/rule.js b/install/ui/rule.js index e8be46ace..720df3c0f 100644 --- a/install/ui/rule.js +++ b/install/ui/rule.js @@ -122,7 +122,7 @@ IPA.rule_association_table_widget = function(spec) { name: that.external, label: IPA.messages.objects.sudorule.external, entity: that.other_entity, - format: IPA.boolean_format, + format: IPA.boolean_format(), width: '200px' }); } |