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,
|
||||
=1 {# vCPU}
|
||||
other {# vCPUs}
|
||||
}
|
||||
} ({slug})
|
||||
authAccountButton: '次へ: ドロップレットの設定'
|
||||
accessToken:
|
||||
label: アクセストークン
|
||||
|
|
|
|||
|
|
@ -4850,7 +4850,7 @@ nodeDriver:
|
|||
{highMem, select, true{High Memory:}other{}}{memoryGb}GB RAM,{disk}GB Disk,{vcpus, plural,
|
||||
=1{#vCPU}
|
||||
other{#vCPUs}
|
||||
}
|
||||
} ({slug})
|
||||
authAccountButton: '下一步: 配置Droplet'
|
||||
accessToken:
|
||||
label: 访问令牌
|
||||
|
|
|
|||
|
|
@ -4853,7 +4853,7 @@ nodeDriver:
|
|||
{highMem, select, true{High Memory:}other{}}{memoryGb}GB RAM,{disk}GB Disk,{vcpus, plural,
|
||||
=1{#vCPU}
|
||||
other{#vCPUs}
|
||||
}
|
||||
} ({slug})
|
||||
authAccountButton: '下一步: 配置Droplet'
|
||||
accessToken:
|
||||
label: 訪問令牌
|
||||
|
|
|
|||
Loading…
Reference in New Issue