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