Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / virtual_machines / webshell.html.erb
index 360606e8647ea05723bb081237e327698853227a..202ae70fb0083a8fe722267a063c96efdf0ec5ba 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <html>
     <title><%= @object.hostname %> / <%= Rails.configuration.site_name %></title>
     <link rel="stylesheet" href="<%= asset_path 'webshell/styles.css' %>" type="text/css">
@@ -30,8 +34,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>