Add 'tools/arvbox/' from commit 'd3d368758db1f4a9fa5b89f77b5ee61d68ef5b72'
[arvados.git] / apps / workbench / app / views / virtual_machines / webshell.html.erb
index 360606e8647ea05723bb081237e327698853227a..a5507b377d106b712b99a216a5719a8614684a3b 100644 (file)
@@ -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);
       }
     // -->
 </script>