mirror of https://github.com/apache/cloudstack.git
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:
parent
97a142c0fc
commit
e1e7780efc
|
|
@ -768,7 +768,7 @@
|
|||
}
|
||||
}) : null;
|
||||
var $headerFields = $('<div>').addClass('header-fields');
|
||||
$headerFields.hide();
|
||||
//$headerFields.hide();
|
||||
|
||||
if (headerForm) {
|
||||
$headerFields.append(headerForm.$formContainer)
|
||||
|
|
|
|||
Loading…
Reference in New Issue