mirror of https://github.com/rancher/ui.git
Merge pull request #2219 from marcqualie/chore/display-do-slugs
Display slug for digitalocean in node template creation
This commit is contained in:
commit
e6eb7eb99e
|
|
@ -4436,7 +4436,7 @@ nodeDriver:
|
||||||
{highMem, select, true {高メモリ: } other {}}{memoryGb} GB RAM, {disk} GB ディスク, {vcpus, plural,
|
{highMem, select, true {高メモリ: } other {}}{memoryGb} GB RAM, {disk} GB ディスク, {vcpus, plural,
|
||||||
=1 {# vCPU}
|
=1 {# vCPU}
|
||||||
other {# vCPUs}
|
other {# vCPUs}
|
||||||
}
|
} ({slug})
|
||||||
authAccountButton: '次へ: ドロップレットの設定'
|
authAccountButton: '次へ: ドロップレットの設定'
|
||||||
accessToken:
|
accessToken:
|
||||||
label: アクセストークン
|
label: アクセストークン
|
||||||
|
|
|
||||||
|
|
@ -4850,7 +4850,7 @@ nodeDriver:
|
||||||
{highMem, select, true{High Memory:}other{}}{memoryGb}GB RAM,{disk}GB Disk,{vcpus, plural,
|
{highMem, select, true{High Memory:}other{}}{memoryGb}GB RAM,{disk}GB Disk,{vcpus, plural,
|
||||||
=1{#vCPU}
|
=1{#vCPU}
|
||||||
other{#vCPUs}
|
other{#vCPUs}
|
||||||
}
|
} ({slug})
|
||||||
authAccountButton: '下一步: 配置Droplet'
|
authAccountButton: '下一步: 配置Droplet'
|
||||||
accessToken:
|
accessToken:
|
||||||
label: 访问令牌
|
label: 访问令牌
|
||||||
|
|
|
||||||
|
|
@ -4853,7 +4853,7 @@ nodeDriver:
|
||||||
{highMem, select, true{High Memory:}other{}}{memoryGb}GB RAM,{disk}GB Disk,{vcpus, plural,
|
{highMem, select, true{High Memory:}other{}}{memoryGb}GB RAM,{disk}GB Disk,{vcpus, plural,
|
||||||
=1{#vCPU}
|
=1{#vCPU}
|
||||||
other{#vCPUs}
|
other{#vCPUs}
|
||||||
}
|
} ({slug})
|
||||||
authAccountButton: '下一步: 配置Droplet'
|
authAccountButton: '下一步: 配置Droplet'
|
||||||
accessToken:
|
accessToken:
|
||||||
label: 訪問令牌
|
label: 訪問令牌
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue