summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-25 14:03:48 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-26 15:19:22 +0000
commit9dd689ff9d4e167f00802b39bea390b763a5a7e9 (patch)
treef6e8b1ad51273a94db2ce744b280e89c30ac58c3 /install/ui/details.js
parent79f5c5b2aefeb7f886a6e0f8a88d8fa8661188f7 (diff)
downloadfreeipa-9dd689ff9d4e167f00802b39bea390b763a5a7e9.tar.gz
freeipa-9dd689ff9d4e167f00802b39bea390b763a5a7e9.tar.xz
freeipa-9dd689ff9d4e167f00802b39bea390b763a5a7e9.zip
Fixed host keytab status after setting OTP.
The host details page has been modified to update the keytab status based on the data returned by the host-mod command for setting OTP. Ticket #1710
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index 4550c1abf..a0a44e7b2 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -215,6 +215,8 @@ IPA.details_list_section = function(spec) {
}
};
+ that.list_section_create = that.create;
+
return that;
};