File tree Expand file tree Collapse file tree
view/frontend/templates/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ $htmlId = $idConvertor->toElementId($block->getNameInLayout());
2121 </li>
2222 <li>
2323 <button
24+ role="tab"
25+ aria-controls="tab-server"
2426 data-tab-name="server"
2527 type="button"
2628 @click="switchTab"
@@ -30,6 +32,8 @@ $htmlId = $idConvertor->toElementId($block->getNameInLayout());
3032 </li>
3133 <li>
3234 <button
35+ role="tab"
36+ aria-controls="tab-components"
3337 data-tab-name="components"
3438 type="button"
3539 @click="switchTab"
@@ -40,12 +44,12 @@ $htmlId = $idConvertor->toElementId($block->getNameInLayout());
4044 </ul>
4145
4246 <div>
43- <div role="tab" :class="tabCssClass" class="p-4" data-tab-name="server">
47+ <div :class="tabCssClass" class="p-4" data-tab-name="server" id="tab- server">
4448 <h3 class="text-xl my-4">Server Dump</h3>
4549 <pre><?php var_dump ($ viewModel ->getData ()) ?> </pre>
4650 </div>
4751
48- <div role="tab" :class="tabCssClass" class="p-4" data-tab-name="components">
52+ <div :class="tabCssClass" class="p-4" data-tab-name="components" id="tab- components">
4953 <table class="table-auto w-full text-xs">
5054 <thead>
5155 <tr>
You can’t perform that action at this time.
0 commit comments