X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2f83fcd45b4b23db2bb5bb4afbe1e863ebd77ec6..ff1759078071c52b857afdbe64713ebf0833fae4:/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. - } + }