X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/4ab30205d4a2ea82d6fd4a71798ec2e1eba4ac0a..17c26d8f0950c485cf160ed28c4bd1872bff868e:/src/views/ssh-key-panel/ssh-key-panel-root.tsx?ds=sidebyside diff --git a/src/views/ssh-key-panel/ssh-key-panel-root.tsx b/src/views/ssh-key-panel/ssh-key-panel-root.tsx index 869662dd..fcef5b3d 100644 --- a/src/views/ssh-key-panel/ssh-key-panel-root.tsx +++ b/src/views/ssh-key-panel/ssh-key-panel-root.tsx @@ -38,7 +38,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ export interface SshKeyPanelRootActionProps { openSshKeyCreateDialog: () => void; - openRowOptions: (event: React.MouseEvent, index: number, sshKey: SshKeyResource) => void; + openRowOptions: (event: React.MouseEvent, sshKey: SshKeyResource) => void; openPublicKeyDialog: (name: string, publicKey: string) => void; } @@ -55,14 +55,14 @@ export const SshKeyPanelRoot = withStyles(styles)( - { !hasKeys && + { !hasKeys && You have not yet set up an SSH public key for use with Arvados. Learn more. } - { !hasKeys && + { !hasKeys && When you have an SSH key you would like to use, add it using button below. } @@ -102,7 +102,7 @@ export const SshKeyPanelRoot = withStyles(styles)( - openRowOptions(event, index, sshKey)}> + openRowOptions(event, sshKey)}>