X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ec55841b965ae33aad66479bf4d4ad41e6a0b62..891968f359d1de00df8087b110c4533aaa43a953:/services/workbench2/src/views-components/token-dialog/token-dialog.tsx diff --git a/services/workbench2/src/views-components/token-dialog/token-dialog.tsx b/services/workbench2/src/views-components/token-dialog/token-dialog.tsx index b9d195f587..ad1093d7e5 100644 --- a/services/workbench2/src/views-components/token-dialog/token-dialog.tsx +++ b/services/workbench2/src/views-components/token-dialog/token-dialog.tsx @@ -110,7 +110,7 @@ unset ARVADOS_API_HOST_INSECURE` The Arvados API token is a secret key that enables the Arvados SDKs to access Arvados with the proper permissions. For more information see - + Getting an API token. @@ -119,7 +119,7 @@ unset ARVADOS_API_HOST_INSECURE` - { this.props.canCreateNewTokens && } + } Paste the following lines at a shell prompt to set up the necessary environment for Arvados SDKs to authenticate to your account. @@ -140,12 +140,12 @@ unset ARVADOS_API_HOST_INSECURE` variant="contained" className={classes.actionButton} > - COPY TO CLIPBOARD + Copy link to clipBOARD Arvados - virtual machines + virtual machines do this for you automatically. This setup is needed only when you use the API remotely (e.g., from your own workstation). @@ -160,4 +160,3 @@ export const TokenDialog = withStyles(styles)( connect(getTokenDialogData)( withDialog(TOKEN_DIALOG_NAME)(TokenDialogComponent))); -