Skip to content

Commit

Permalink
docs: fix tab bug (#133680)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
bmorelli25 and kibanamachine authored Jun 14, 2022
1 parent 8882a50 commit 3b7c8a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions docs/apm/tab-widgets/apm-app-reader/widget.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@
<button role="tab"
aria-selected="true"
aria-controls="data-streams-tab"
id="data-streams"
tabindex="-1">
id="data-streams">
Data streams
</button>
<button role="tab"
aria-selected="false"
aria-controls="classic-indices-tab"
id="classic-indices">
id="classic-indices"
tabindex="-1">
Classic APM indices
</button>
</div>
<div tabindex="0"
role="tabpanel"
id="data-streams-tab"
aria-labelledby="data-streams"
hidden="">
aria-labelledby="data-streams">
++++

include::content.asciidoc[tag=data-streams]
Expand All @@ -29,7 +28,8 @@ include::content.asciidoc[tag=data-streams]
<div tabindex="0"
role="tabpanel"
id="classic-indices-tab"
aria-labelledby="classic-indices">
aria-labelledby="classic-indices"
hidden="">
++++

include::content.asciidoc[tag=classic-indices]
Expand Down
12 changes: 6 additions & 6 deletions docs/apm/tab-widgets/central-config-users/widget.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@
<button role="tab"
aria-selected="true"
aria-controls="data-streams-tab"
id="data-streams"
tabindex="-1">
id="data-streams">
Data streams
</button>
<button role="tab"
aria-selected="false"
aria-controls="classic-indices-tab"
id="classic-indices">
id="classic-indices"
tabindex="-1">
Classic APM indices
</button>
</div>
<div tabindex="0"
role="tabpanel"
id="data-streams-tab"
aria-labelledby="data-streams"
hidden="">
aria-labelledby="data-streams">
++++

include::content.asciidoc[tag=data-streams]
Expand All @@ -29,7 +28,8 @@ include::content.asciidoc[tag=data-streams]
<div tabindex="0"
role="tabpanel"
id="classic-indices-tab"
aria-labelledby="classic-indices">
aria-labelledby="classic-indices"
hidden="">
++++

include::content.asciidoc[tag=classic-indices]
Expand Down

0 comments on commit 3b7c8a0

Please sign in to comment.