From 5da8313b668340494f06afe6d3459f368948588f Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 16 Nov 2010 18:10:40 -0600 Subject: Service and Host Provisioning The service and host details pages have been modified to display Kerberos key provisioning status and to provide a way to unprovision. The host enrollment via OTP has not been implemented yet. The ipa_details_field has been modified to remove any old
tags it created in the previous load operation. This is to support other widgets that need to perform load operation without removing
tags. The certificate_status_panel has been converted into a widget. The host entity has been rewritten using the new framework. The unit tests has been updated. --- install/static/widget.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/static/widget.js') diff --git a/install/static/widget.js b/install/static/widget.js index 1b99831e..6ed27dec 100755 --- a/install/static/widget.js +++ b/install/static/widget.js @@ -109,6 +109,7 @@ function ipa_widget(spec) { }; // methods that should be invoked by subclasses + that.widget_create = that.create; that.widget_setup = that.setup; return that; -- cgit