summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index 4c43caaa3..cece90d11 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -273,7 +273,7 @@ IPA.host_provisioning_status_widget = function (spec) {
name: that.entity_name+'_disable_'+pkey,
entity: that.entity_name,
method: 'disable',
- args: [pkey],
+ args: pkey,
options: { all: true, rights: true },
on_success: on_success,
on_error: on_error
@@ -291,7 +291,7 @@ IPA.host_provisioning_status_widget = function (spec) {
var command = IPA.command({
entity: that.entity_name,
method: 'mod',
- args: [pkey],
+ args: pkey,
options: {
all: true,
rights: true,