X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eb4fb5479e86795128e71ebd1bb478b50ff6d7c9..f4ca9ad94a6bb006d1f3c7ba207837f1736d1247:/apps/workbench/app/views/virtual_machines/webshell.html.erb diff --git a/apps/workbench/app/views/virtual_machines/webshell.html.erb b/apps/workbench/app/views/virtual_machines/webshell.html.erb index 360606e864..a5507b377d 100644 --- a/apps/workbench/app/views/virtual_machines/webshell.html.erb +++ b/apps/workbench/app/views/virtual_machines/webshell.html.erb @@ -30,8 +30,9 @@ sh.keysPressed("<%= j params[:login] %>\n"); setTimeout(function() { sh.keysPressed("<%= j Thread.current[:arvados_api_token] %>\n"); - }, 1000); - }, 1000); + sh.vt100('(sent authentication token)\n'); + }, 2000); + }, 2000); } // -->