mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-10-13 23:38:45 +01:00
Added tabindex=0 for Learn More link
This commit is contained in:
parent
832f8d560d
commit
8c0346a183
@ -522,7 +522,7 @@
|
|||||||
<span class="tooltiptext infoTooltipWidth">
|
<span class="tooltiptext infoTooltipWidth">
|
||||||
Enable analytical store capability to perform near real-time analytics on your operational
|
Enable analytical store capability to perform near real-time analytics on your operational
|
||||||
data, without impacting the performance of transactional workloads.
|
data, without impacting the performance of transactional workloads.
|
||||||
Learn more <a class="errorLink" href="https://aka.ms/analytical-store-overview"
|
Learn more <a class="errorLink" tabindex="-1" href="https://aka.ms/analytical-store-overview"
|
||||||
target="_blank">here</a>
|
target="_blank">here</a>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
@ -569,7 +569,7 @@
|
|||||||
Azure Synapse Link is required for creating an analytical
|
Azure Synapse Link is required for creating an analytical
|
||||||
store container. Enable Synapse Link for this
|
store container. Enable Synapse Link for this
|
||||||
Cosmos DB account.
|
Cosmos DB account.
|
||||||
<span><a class="errorLink" href="https://aka.ms/cosmosdb-synapselink" target="_blank">Learn
|
<span><a class="errorLink" tabindex="0" href="https://aka.ms/cosmosdb-synapselink" target="_blank">Learn
|
||||||
more</a></span>
|
more</a></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user