mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - multiEdit widget - make headerFields hidden as default.
This commit is contained in:
parent
a4f1ecff64
commit
de4d5cdc94
|
|
@ -767,8 +767,7 @@
|
|||
// Form fields are handled by main 'add' action
|
||||
}
|
||||
}) : null;
|
||||
var $headerFields = $('<div>').addClass('header-fields');
|
||||
//$headerFields.hide();
|
||||
var $headerFields = $('<div>').addClass('header-fields').hide(); //make headerFields hidden as default
|
||||
|
||||
if (headerForm) {
|
||||
$headerFields.append(headerForm.$formContainer)
|
||||
|
|
|
|||
Loading…
Reference in New Issue