X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/095e176632bbf81d28a239742a1ecce12404bd2d..04704ea80b294655fe14d0c8cddf4ec1a6b21b4d:/services/workbench2/src/views/virtual-machine-panel/virtual-machine-user-panel.tsx diff --git a/services/workbench2/src/views/virtual-machine-panel/virtual-machine-user-panel.tsx b/services/workbench2/src/views/virtual-machine-panel/virtual-machine-user-panel.tsx index 56c92805e2..f75b36a601 100644 --- a/services/workbench2/src/views/virtual-machine-panel/virtual-machine-user-panel.tsx +++ b/services/workbench2/src/views/virtual-machine-panel/virtual-machine-user-panel.tsx @@ -219,7 +219,7 @@ const virtualMachinesTable = (props: VirtualMachineProps) => const command = `ssh ${username}@${it.hostname}${props.hostSuffix}`; let tokenParam = ""; if (props.tokenLocation === SESSION_STORAGE || props.tokenLocation === EXTRA_TOKEN) { - tokenParam = `&token=${encodeURIComponent(props.token)}`; + tokenParam = `&token=${encodeURIComponent(props.token)}`; } const loginHref = `/webshell/?host=${encodeURIComponent(props.webshellUrl + '/' + it.hostname)}&timeout=${props.idleTimeout}&login=${encodeURIComponent(username)}${tokenParam}`; return @@ -228,17 +228,17 @@ const virtualMachinesTable = (props: VirtualMachineProps) => { - (lk.properties.groups || []).map((group, i) => ( - - - - )) + (lk.properties.groups || []).map((group, i) => ( + + + + )) } {command} - + props.onCopy!("Copied")}> @@ -253,8 +253,8 @@ const virtualMachinesTable = (props: VirtualMachineProps) => size="small" href={loginHref} target="_blank" - rel="noopener noreferrer"> - Log in as {username} + rel="noopener"> + Log in as {username} ;