diff options
Diffstat (limited to 'install/ui/ipa.js')
-rw-r--r-- | install/ui/ipa.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/install/ui/ipa.js b/install/ui/ipa.js index 381f128c2..15088f61a 100644 --- a/install/ui/ipa.js +++ b/install/ui/ipa.js @@ -169,15 +169,6 @@ var IPA = ( function () { } })); - batch.add_command(IPA.command({ - entity: 'hbacrule', - method: 'find', - options:{"accessruletype":"deny"}, - on_success: function(data, text_status, xhr) { - that.hbac_deny_rules = data; - } - })); - batch.execute(); }; |