X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/95ac4cc571d413a95c70c5feb1430c0bb314ecee..2aff408211e84a226af6f74cb9338cbaf3fc4645:/services/workbench2/src/views/ssh-key-panel/ssh-key-panel-root.tsx diff --git a/services/workbench2/src/views/ssh-key-panel/ssh-key-panel-root.tsx b/services/workbench2/src/views/ssh-key-panel/ssh-key-panel-root.tsx index 8a266d00c6..344352adc7 100644 --- a/services/workbench2/src/views/ssh-key-panel/ssh-key-panel-root.tsx +++ b/services/workbench2/src/views/ssh-key-panel/ssh-key-panel-root.tsx @@ -12,8 +12,8 @@ type CssRules = 'root' | 'link' | 'buttonContainer' | 'table' | 'tableRow' | 'ke const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ root: { - width: '100%', - overflow: 'auto' + width: '100%', + overflow: 'auto' }, link: { color: theme.palette.primary.main, @@ -55,16 +55,16 @@ export const SshKeyPanelRoot = withStyles(styles)( - { !hasKeys && + {!hasKeys && You have not yet set up an SSH public key for use with Arvados. + target='blank' rel="noopener" className={classes.link}> Learn more. } - { !hasKeys && + {!hasKeys && When you have an SSH key you would like to use, add it using button below. - } + }