mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-09 12:36:42 +00:00
Merge branch 'master' into jbunster/ru-gb-waiver
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
<input
|
<input
|
||||||
class="throughputModeRadio nonFirstRadio"
|
class="throughputModeRadio nonFirstRadio"
|
||||||
aria-label="Provisioned Throughput mode"
|
aria-label="Manual mode"
|
||||||
type="radio"
|
type="radio"
|
||||||
role="radio"
|
role="radio"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<input
|
<input
|
||||||
class="throughputModeRadio nonFirstRadio"
|
class="throughputModeRadio nonFirstRadio"
|
||||||
aria-label="Provisioned Throughput mode"
|
aria-label="Manual mode"
|
||||||
type="radio"
|
type="radio"
|
||||||
role="radio"
|
role="radio"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
|
|||||||
@@ -276,7 +276,7 @@
|
|||||||
<!-- Fixed option button - Start -->
|
<!-- Fixed option button - Start -->
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<input type="radio" id="tab1" name="storage" value="10" class="radio" data-bind="checked: storage">
|
<input type="radio" id="tab1" name="storage" value="10" class="radio" data-bind="checked: storage">
|
||||||
<label for="tab1">Fixed (10 GB)</label>
|
<label for="tab1">Fixed (20 GB)</label>
|
||||||
</div>
|
</div>
|
||||||
<!-- Fixed option button - End -->
|
<!-- Fixed option button - End -->
|
||||||
|
|
||||||
|
|||||||
@@ -74,8 +74,8 @@
|
|||||||
|
|
||||||
<input id="database-id" type="text" aria-required="true" autocomplete="off" pattern="[^/?#\\]*[^/?# \\]"
|
<input id="database-id" type="text" aria-required="true" autocomplete="off" pattern="[^/?#\\]*[^/?# \\]"
|
||||||
title="May not end with space nor contain characters '\' '/' '#' '?'"
|
title="May not end with space nor contain characters '\' '/' '#' '?'"
|
||||||
size="40" class="collid" data-bind="textInput: databaseId, hasFocus: firstFieldHasFocus, attr: { placeholder: databaseIdPlaceHolder }"
|
size="40" class="collid" data-bind="textInput: databaseId, hasFocus: firstFieldHasFocus, attr: { 'aria-label': databaseIdLabel, 'placeholder': databaseIdPlaceHolder }"
|
||||||
aria-label="Database id" autofocus>
|
autofocus>
|
||||||
|
|
||||||
<!-- Database provisioned throughput - Start -->
|
<!-- Database provisioned throughput - Start -->
|
||||||
<!-- ko if: canConfigureThroughput -->
|
<!-- ko if: canConfigureThroughput -->
|
||||||
|
|||||||
Reference in New Issue
Block a user