File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/ConfigurableProduct/view/adminhtml/web/template/variations/steps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
8
- < div class ="admin__collapsible-block-wrapper opened ">
9
- < div class ="fieldset-wrapper-title ">
8
+ < div class ="fieldset-wrapper admin__collapsible-block-wrapper opened" data-bind =" mageInit: {'collapsible':{'active':true,'openedState':'opened'}} ">
9
+ < div class ="fieldset-wrapper-title toggle " data-role =" title ">
10
10
< strong class ="admin__collapsible-title " data-toggle ="collapse " data-bind ="attr:{'data-target': '#'+id} ">
11
11
< span data-bind ="text: title "> </ span >
12
12
</ strong >
13
13
</ div >
14
14
15
- < div class ="fieldset-wrapper-content in collapse " data-collapsed ="true " data-bind ="attr: {id: id} ">
15
+ < div class ="fieldset-wrapper-content in collapse " data-role =" content " data- collapsed ="true " data-bind ="attr: {id: id} ">
16
16
<!-- ko template: {
17
17
name: "ui/grid/paging/paging", data: paging
18
18
} -->
You can’t perform that action at this time.
0 commit comments