Merge branch '15684-package-deps' refs #15684
[arvados.git] / apps / workbench / app / views / virtual_machines / webshell.html.erb
index 360606e8647ea05723bb081237e327698853227a..4c63115a1669cb389cf9c97d77fa6fef75a056b3 100644 (file)
@@ -1,5 +1,9 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <html>
-    <title><%= @object.hostname %> / <%= Rails.configuration.site_name %></title>
+    <title><%= @object.hostname %> / <%= Rails.configuration.Workbench.SiteName %></title>
     <link rel="stylesheet" href="<%= asset_path 'webshell/styles.css' %>" type="text/css">
     <style type="text/css">
       body {
@@ -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>