mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
docs: fix tab bug (#133680)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
8882a50a34
commit
3b7c8a0c93
2 changed files with 12 additions and 12 deletions
|
@ -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]
|
||||
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue