From 9dd689ff9d4e167f00802b39bea390b763a5a7e9 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 25 Aug 2011 14:03:48 -0500 Subject: 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 --- install/ui/details.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/details.js') 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; }; -- cgit