mirror of https://github.com/rancher/ui.git
GKE cluster: Additional Zones should be labeled correctly in the UI
https://github.com/rancher/rancher/issues/18072
This commit is contained in:
parent
449838494e
commit
843f04ccfb
|
|
@ -306,4 +306,8 @@ a.disabled {
|
|||
top: 0px;
|
||||
display:inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.select-algin-checkbox {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
{{config.zone}}
|
||||
{{else}}
|
||||
{{new-select
|
||||
classNames="form-control"
|
||||
classNames="form-control select-algin-checkbox"
|
||||
optionValuePath="name"
|
||||
optionLabelPath="name"
|
||||
content=zoneChoices
|
||||
|
|
|
|||
|
|
@ -2506,7 +2506,7 @@ clusterNew:
|
|||
label: Private Nodes
|
||||
masterIpv4CidrBlock:
|
||||
label: Master Ipv4 CIDR Block
|
||||
placeholder: e.g. 10.42.0.0/42
|
||||
placeholder: e.g. 10.42.0.0/24
|
||||
useIpAliases:
|
||||
label: Use Ip Aliases
|
||||
ipPolicySubnetworkName:
|
||||
|
|
@ -2540,7 +2540,7 @@ clusterNew:
|
|||
nodePoolAutoscaling: Node Pool Autoscaling
|
||||
masterAuthorizedNetwork: Master Authorized Network
|
||||
locations:
|
||||
label: Locations
|
||||
label: Additional Zones
|
||||
imageType:
|
||||
label: Image Type
|
||||
UBUNTU: Ubuntu
|
||||
|
|
|
|||
|
|
@ -2273,7 +2273,7 @@ clusterNew:
|
|||
label: 私有节点
|
||||
masterIpv4CidrBlock:
|
||||
label: 主节点 Ipv4 CIDR Block
|
||||
placeholder: e.g. 10.42.0.0
|
||||
placeholder: '例如: 10.42.0.0/24'
|
||||
useIpAliases:
|
||||
label: 使用别名IP
|
||||
ipPolicySubnetworkName:
|
||||
|
|
@ -2289,7 +2289,7 @@ clusterNew:
|
|||
placeholder: Your Services Secondary Range Name
|
||||
ipPolicyClusterIpv4CidrBlock:
|
||||
label: Pod地址范围
|
||||
placeholder: e.g. 10.0.0.0/18
|
||||
placeholder: '例如: 10.0.0.0/18'
|
||||
ipPolicyNodeIpv4CidrBlock:
|
||||
label: Node Ipv4 CIDR Block
|
||||
placeholder: Your Node Ipv4 CIDR Block
|
||||
|
|
@ -2299,7 +2299,7 @@ clusterNew:
|
|||
addActionLabel: Add CIDR Block
|
||||
ipPolicyServicesIpv4CidrBlock:
|
||||
label: 服务地址范围
|
||||
placeholder: e.g. 10.94.0.0/18
|
||||
placeholder: '例如: 10.94.0.0/18'
|
||||
network:
|
||||
label: 网络
|
||||
subNetwork:
|
||||
|
|
@ -2381,6 +2381,8 @@ clusterNew:
|
|||
label: Cloud Source Repositories
|
||||
cloudDebugger:
|
||||
label: Cloud Debugger
|
||||
locations:
|
||||
label: 其他节点位置
|
||||
header:
|
||||
iPAllocationPolicy: IP Allocation策略
|
||||
privateCluster: 私有集群
|
||||
|
|
|
|||
Loading…
Reference in New Issue