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 @@ -15,33 +15,35 @@ $idConvertor = $viewModelFactory->create(IdConvertor::class);
1515$ htmlId = $ idConvertor ->toElementId ($ block ->getNameInLayout ());
1616?>
1717<div class="hidden md:block w-full border-t border-gray-400">
18- <ul class="flex items-stretch overflow-x-auto" role="tablist">
19- <li class="border-b border-gray-300 p-2">
20- Loki Debugger
21- </li >
22- <li >
18+ <div class="flex items-stretch overflow-x-auto" role="tablist">
19+ <div class="border-b border-gray-300 p-2">
20+ <span role="tab"> Loki Debugger</span>
21+ </div >
22+ <div >
2323 <button
2424 role="tab"
2525 aria-controls="tab-server"
2626 data-tab-name="server"
2727 type="button"
2828 @click="switchTab"
2929 :class="buttonCssClass"
30- class="inline-flex rounded-t-lg border-t border-l border-r p-4 border-gray-300 ">Server Dump
30+ class="inline-flex rounded-t-lg border-t border-l border-r p-4 border-gray-300 ">
31+ Server Dump
3132 </button>
32- </li >
33- <li >
33+ </div >
34+ <div >
3435 <button
3536 role="tab"
3637 aria-controls="tab-components"
3738 data-tab-name="components"
3839 type="button"
3940 @click="switchTab"
4041 :class="buttonCssClass"
41- class="inline-flex rounded-t-lg border-t border-l border-r p-4 border-gray-300 ">Registered Components
42+ class="inline-flex rounded-t-lg border-t border-l border-r p-4 border-gray-300 ">
43+ Registered Components
4244 </button>
43- </li >
44- </ul >
45+ </div >
46+ </div >
4547
4648 <div>
4749 <div :class="tabCssClass" class="p-4" data-tab-name="server" id="tab-server">
You can’t perform that action at this time.
0 commit comments