cloudstack 3.0 UI - multiEdit widget - make headerFields shown as default for now until "listPublicIpAddresses&id=N" API is fixed to return an object.

This commit is contained in:
Jessica Wang 2012-07-17 15:51:29 -07:00
parent 97a142c0fc
commit e1e7780efc
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@
}
}) : null;
var $headerFields = $('<div>').addClass('header-fields');
$headerFields.hide();
//$headerFields.hide();
if (headerForm) {
$headerFields.append(headerForm.$formContainer)