X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f42c7e3d3344104206ca0b8669e2b07a6b30388e..6b3cfe60beb46ba087de5093926363d8b03ab889:/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 0f79d3f8f6..202ae70fb0 100644 --- a/apps/workbench/app/views/virtual_machines/webshell.html.erb +++ b/apps/workbench/app/views/virtual_machines/webshell.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <%= @object.hostname %> / <%= Rails.configuration.site_name %> @@ -31,8 +35,8 @@ setTimeout(function() { sh.keysPressed("<%= j Thread.current[:arvados_api_token] %>\n"); sh.vt100('(sent authentication token)\n'); - }, 1000); - }, 1000); + }, 2000); + }, 2000); } // -->