mirror of https://github.com/rancher/ui.git
Merge pull request #4779 from codyrancher/plan-field
Adding the plan field to the azure driver
This commit is contained in:
commit
f553d2758e
|
|
@ -119,6 +119,21 @@
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col span-6">
|
||||||
|
<label class="acc-label" for="input-plan">
|
||||||
|
{{t "nodeDriver.azure.plan.label"}}
|
||||||
|
</label>
|
||||||
|
{{input
|
||||||
|
type="text"
|
||||||
|
value=config.plan
|
||||||
|
id="input-plan"
|
||||||
|
classNames="form-control"
|
||||||
|
placeholder=(t "nodeDriver.azure.plan.placeholder")
|
||||||
|
}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{{/accordion-list-item}}
|
{{/accordion-list-item}}
|
||||||
|
|
||||||
{{#accordion-list-item
|
{{#accordion-list-item
|
||||||
|
|
|
||||||
|
|
@ -9506,6 +9506,9 @@ nodeDriver:
|
||||||
label: Fault Domain Count
|
label: Fault Domain Count
|
||||||
placeholder: e.g. 3
|
placeholder: e.g. 3
|
||||||
helpText: If the availability set has already been created, the fault domain count will be ignored.
|
helpText: If the availability set has already been created, the fault domain count will be ignored.
|
||||||
|
plan:
|
||||||
|
label: Purchase Plan
|
||||||
|
placeholder: publisher:product:plan
|
||||||
size:
|
size:
|
||||||
label: Size
|
label: Size
|
||||||
dockerPort:
|
dockerPort:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue