mirror of https://github.com/rancher/ui.git
missing labels for k3sconfig
This commit is contained in:
parent
6a3c421791
commit
d00663111f
|
|
@ -190,6 +190,8 @@ export default Resource.extend(Grafana, ResourceUsage, {
|
|||
return intl.t('clusterNew.aliyunkcs.shortLabel');
|
||||
case 'huaweiEngineConfig':
|
||||
return intl.t('clusterNew.huaweicce.shortLabel');
|
||||
case 'k3sconfig':
|
||||
return intl.t('clusterNew.k3simport.shortLabel');
|
||||
case 'rancherKubernetesEngineConfig':
|
||||
if ( !!pools ) {
|
||||
if ( firstPool ) {
|
||||
|
|
|
|||
|
|
@ -3791,6 +3791,9 @@ clusterNew:
|
|||
placeholder: Value
|
||||
required: 'Taint "key" and "value" are required.'
|
||||
tablesOnly: Tables Only
|
||||
k3simport:
|
||||
label: Rancher K3S
|
||||
shortLabel: K3S
|
||||
huaweicce:
|
||||
label: Huawei Cloud Container Engine
|
||||
shortLabel: Huawei CCE
|
||||
|
|
|
|||
Loading…
Reference in New Issue