mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Leave region selection open so new regions are quicker to use.
This commit is contained in:
parent
3a2b8df881
commit
4e20f70bfd
@ -21,16 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-region"><i class="icon-th"></i> Region</label>
|
<label for="node-input-region"><i class="icon-th"></i> Region</label>
|
||||||
<select type="text" id="node-input-region">
|
<input type="text" id="node-input-region">
|
||||||
<option value="us-east-1">US East, Northern Virginia</option>
|
|
||||||
<option value="us-west-2">US West, Oregon</option>
|
|
||||||
<option value="us-west-1">US West, Northern California</option>
|
|
||||||
<option value="eu-west-1">EU, Ireland</option>
|
|
||||||
<option value="ap-southeast-1">Asia Pacific, Singapore</option>
|
|
||||||
<option value="ap-southeast-2">Asia Pacific, Sydney</option>
|
|
||||||
<option value="ap-northeast-1">Asia Pacific, Tokyo</option>
|
|
||||||
<option value="sa-east-1">South America, Sao Paulo</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-table"><i class="icon-tasks"></i> Table</label>
|
<label for="node-input-table"><i class="icon-tasks"></i> Table</label>
|
||||||
@ -52,7 +43,7 @@
|
|||||||
color: "#ffaaaa",
|
color: "#ffaaaa",
|
||||||
defaults: {
|
defaults: {
|
||||||
credentials: { type: "aws credentials", required: true },
|
credentials: { type: "aws credentials", required: true },
|
||||||
region: { value: "us-east-1" },
|
region: { value: "us-east-1", required: true },
|
||||||
table: { value: "", required: true },
|
table: { value: "", required: true },
|
||||||
name: { value: "" }
|
name: { value: "" }
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user