From 6880daefee19f164ff3c03f6f761558f0ecc0a7f Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 9 Feb 2011 10:56:25 -0600 Subject: Fixed add service dialog box. Previously the add service dialog box shows a 'Principal:' label with no text field next to it. It now has been removed. The dialog box has been widened to avoid line wrapping of the buttons. --- install/ui/widget.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 78a594680..1a2a94a0a 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -35,6 +35,7 @@ IPA.widget = function(spec) { that.tooltip = spec.tooltip; that.disabled = spec.disabled; + that.hidden = spec.hidden; // read_only is set during initialization that.read_only = spec.read_only; -- cgit