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/dialog.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/dialog.js') diff --git a/install/ui/dialog.js b/install/ui/dialog.js index f8eaf212..4733b781 100644 --- a/install/ui/dialog.js +++ b/install/ui/dialog.js @@ -117,6 +117,7 @@ IPA.dialog = function(spec) { for (var i=0; i').appendTo(table); -- cgit