chore: ssh key selection
This commit is contained in:
@@ -40,6 +40,9 @@ export default {
|
||||
'gpuservice.template.card.resources': 'Resources',
|
||||
'gpuservice.template.card.ports': 'Ports',
|
||||
'gpuservice.publicKey.label': 'SSH Public Key',
|
||||
'gpuservice.instance.ssh.enable': 'Enable SSH Access',
|
||||
'gpuservice.instance.ssh.assignKey': 'Assign SSH Public Key',
|
||||
'gpuservice.instance.ssh.addKey': 'Add SSH Public Key',
|
||||
'gpuservice.publicKey.placeholder':
|
||||
'Begin with ssh-rsa or ssh-ed25519. One Public Key per line.\n\nView Public Key:\n- RSA\ncat ~/.ssh/id_rsa.pub\n- Ed25519\ncat ~/.ssh/id_ed25519.pub',
|
||||
'gpuservice.instance': 'GPU Instance',
|
||||
|
||||
@@ -64,5 +64,9 @@ export default {
|
||||
'noresult.gpuservice.instance.nofound': 'No matching GPU instances found.',
|
||||
'noresult.gpuservice.storage.title': 'No Storage',
|
||||
'noresult.gpuservice.storage.subTitle': 'No storage has been added yet.',
|
||||
'noresult.gpuservice.storage.nofound': 'No matching storage found.'
|
||||
'noresult.gpuservice.storage.nofound': 'No matching storage found.',
|
||||
'noresult.gpuservice.sshkey.title': 'No SSH Public Keys',
|
||||
'noresult.gpuservice.sshkey.subTitle':
|
||||
'No SSH public keys have been added yet.',
|
||||
'noresult.gpuservice.sshkey.nofound': 'No matching SSH public keys found.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user