missing labels for k3sconfig

This commit is contained in:
Westly Wright 2020-02-26 15:55:08 -07:00
parent 6a3c421791
commit d00663111f
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
2 changed files with 5 additions and 0 deletions

View File

@ -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 ) {

View File

@ -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