summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-02-09 10:56:25 -0600
committerAdam Young <ayoung@redhat.com>2011-02-11 16:27:59 -0500
commit6880daefee19f164ff3c03f6f761558f0ecc0a7f (patch)
treef05f80e15af3f90dfcd7b41350eb87f21947f818 /install/ui/widget.js
parent29cf66046ae0786cee9e97178609b11ae82649a0 (diff)
downloadfreeipa-6880daefee19f164ff3c03f6f761558f0ecc0a7f.tar.gz
freeipa-6880daefee19f164ff3c03f6f761558f0ecc0a7f.tar.xz
freeipa-6880daefee19f164ff3c03f6f761558f0ecc0a7f.zip
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.
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js1
1 files changed, 1 insertions, 0 deletions
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;