mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-07 19:46:53 +00:00
Update QueryTablesTab.html
This commit is contained in:
@@ -77,13 +77,7 @@
|
|||||||
<div class="addClause" data-bind=" ">
|
<div class="addClause" data-bind=" ">
|
||||||
<div class="addClause-heading">
|
<div class="addClause-heading">
|
||||||
<span class="clause-table addClause-title">
|
<span class="clause-table addClause-title">
|
||||||
<img
|
<img class="addclauseProperty-Img" style="margin-bottom: 5px" src="/Add-property.svg" />
|
||||||
class="addclauseProperty-Img"
|
|
||||||
style="margin-bottom: 5px"
|
|
||||||
src="/Add-property.svg"
|
|
||||||
alt="Add new Clause"
|
|
||||||
role="presentation"
|
|
||||||
/>
|
|
||||||
<span style="margin-left: 5px" data-bind="text: addNewClauseLine"></span>
|
<span style="margin-left: 5px" data-bind="text: addNewClauseLine"></span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -125,12 +119,7 @@
|
|||||||
aria-label="Show top results"
|
aria-label="Show top results"
|
||||||
/>
|
/>
|
||||||
<div role="alert" aria-atomic="true" class="inline-div" data-bind="visible: isExceedingLimit">
|
<div role="alert" aria-atomic="true" class="inline-div" data-bind="visible: isExceedingLimit">
|
||||||
<img
|
<img class="advanced-options-icon" src="/QueryBuilder/StatusWarning_16x.png" />
|
||||||
class="advanced-options-icon"
|
|
||||||
src="/QueryBuilder/StatusWarning_16x.png"
|
|
||||||
alt="Warning"
|
|
||||||
role="presentation"
|
|
||||||
/>
|
|
||||||
<span data-bind="text: topValueLimitMessage"></span>
|
<span data-bind="text: topValueLimitMessage"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user