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.
This commit is contained in:
Endi S. Dewata
2011-02-09 10:56:25 -06:00
committed by Adam Young
parent 29cf66046a
commit 6880daefee
3 changed files with 29 additions and 25 deletions

View File

@@ -117,6 +117,7 @@ IPA.dialog = function(spec) {
for (var i=0; i<that.fields.length; i++) {
var field = that.fields[i];
if (field.hidden) continue;
var tr = $('<tr/>').appendTo(table);