X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0e57453d2b637a3d105d4e3d67031f3915f9d302..4013f2bd35cf76d92aeafc4d3b0b4e2fd7a2dd84:/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); } // -->