mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
40 lines
No EOL
874 B
Text
40 lines
No EOL
874 B
Text
++++
|
|
<div class="tabs" data-tab-group="host">
|
|
<div role="tablist" aria-label="Snapshot repository">
|
|
<button role="tab"
|
|
aria-selected="true"
|
|
aria-controls="cloud-tab-repo"
|
|
id="cloud-repo">
|
|
Elasticsearch Service
|
|
</button>
|
|
<button role="tab"
|
|
aria-selected="false"
|
|
aria-controls="self-managed-tab-repo"
|
|
id="self-managed-repo"
|
|
tabindex="-1">
|
|
Self-managed
|
|
</button>
|
|
</div>
|
|
<div tabindex="0"
|
|
role="tabpanel"
|
|
id="cloud-tab-repo"
|
|
aria-labelledby="cloud-repo">
|
|
++++
|
|
|
|
include::snapshot-repo.asciidoc[tag=cloud]
|
|
|
|
++++
|
|
</div>
|
|
<div tabindex="0"
|
|
role="tabpanel"
|
|
id="self-managed-tab-repo"
|
|
aria-labelledby="self-managed-repo"
|
|
hidden="">
|
|
++++
|
|
|
|
include::snapshot-repo.asciidoc[tag=self-managed]
|
|
|
|
++++
|
|
</div>
|
|
</div>
|
|
++++ |