mirror of https://github.com/rancher/ui.git
parent
89c064297a
commit
7a3aea72b3
|
|
@ -18,6 +18,10 @@
|
||||||
localizedPrompt=true
|
localizedPrompt=true
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col span-6">
|
||||||
|
<label class="acc-label">{{t 'clusterNew.azureaks.dns.label'}}</label>
|
||||||
|
{{input type="text" value=config.masterDnsPrefix classNames="form-control" placeholder=(t 'clusterNew.azureaks.dns.placeholder')}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/accordion-list-item}}
|
{{/accordion-list-item}}
|
||||||
{{#accordion-list-item
|
{{#accordion-list-item
|
||||||
|
|
@ -70,7 +74,7 @@
|
||||||
{{t 'generic.na'}}
|
{{t 'generic.na'}}
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{input type="text" value=config.clientSecret classNames="form-control" placeholder=(t 'clusterNew.azureaks.clientSecret.placeholder')}}
|
{{input type="password" value=config.clientSecret classNames="form-control" placeholder=(t 'clusterNew.azureaks.clientSecret.placeholder')}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -111,7 +115,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class="col span-6">
|
<div class="col span-6">
|
||||||
<label class="acc-label">{{t 'clusterNew.azureaks.resourceGroup.label'}}</label>
|
<label class="acc-label">{{t 'clusterNew.azureaks.resourceGroup.label'}}{{field-required}}</label>
|
||||||
{{#if editing}}
|
{{#if editing}}
|
||||||
<div>
|
<div>
|
||||||
{{config.resourceGroup}}
|
{{config.resourceGroup}}
|
||||||
|
|
|
||||||
|
|
@ -1747,6 +1747,9 @@ clusterNew:
|
||||||
prompt: Choose a size...
|
prompt: Choose a size...
|
||||||
diskSizeGb:
|
diskSizeGb:
|
||||||
label: OS Disk Size
|
label: OS Disk Size
|
||||||
|
dns:
|
||||||
|
label: DNS Prfix
|
||||||
|
placeholder: "e.g. example"
|
||||||
ssh:
|
ssh:
|
||||||
label: SSH Public Key
|
label: SSH Public Key
|
||||||
security:
|
security:
|
||||||
|
|
@ -4753,7 +4756,7 @@ nodeDriver:
|
||||||
region:
|
region:
|
||||||
label: Region
|
label: Region
|
||||||
aliyunecs:
|
aliyunecs:
|
||||||
accountSection:
|
accountSection:
|
||||||
label: 1. Account Access
|
label: 1. Account Access
|
||||||
detail: API Keys will be used to launch Aliyun ECS Instances.
|
detail: API Keys will be used to launch Aliyun ECS Instances.
|
||||||
next: "Next: Authenticate & Config network options"
|
next: "Next: Authenticate & Config network options"
|
||||||
|
|
@ -4786,7 +4789,7 @@ nodeDriver:
|
||||||
aliyunSLB:
|
aliyunSLB:
|
||||||
label: Aliyun SLB ID
|
label: Aliyun SLB ID
|
||||||
placeholder: Aliyun SLB ID
|
placeholder: Aliyun SLB ID
|
||||||
storageSection:
|
storageSection:
|
||||||
label: Storage
|
label: Storage
|
||||||
detail: Configure the storage for the instances that will be created by this template.
|
detail: Configure the storage for the instances that will be created by this template.
|
||||||
next: "Next: Config Aliyun ECS Instance options"
|
next: "Next: Config Aliyun ECS Instance options"
|
||||||
|
|
@ -4827,7 +4830,7 @@ nodeDriver:
|
||||||
placeholder: Private IP in Private Network
|
placeholder: Private IP in Private Network
|
||||||
privateAddressOnly:
|
privateAddressOnly:
|
||||||
label: Private Address Only
|
label: Private Address Only
|
||||||
securitySection:
|
securitySection:
|
||||||
label: Security
|
label: Security
|
||||||
detail: Choose the security groups that will be applied to Instances
|
detail: Choose the security groups that will be applied to Instances
|
||||||
securityGroup:
|
securityGroup:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue