X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2666c3b726d190511f072db9e6606a1a99936968..7653054635e3f4f84da3f2b6862cd2c02fbe3fd4:/apps/workbench/app/views/users/_virtual_machines.html.erb diff --git a/apps/workbench/app/views/users/_virtual_machines.html.erb b/apps/workbench/app/views/users/_virtual_machines.html.erb index c891b0c594..026f016f8c 100644 --- a/apps/workbench/app/views/users/_virtual_machines.html.erb +++ b/apps/workbench/app/views/users/_virtual_machines.html.erb @@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0 %>

For more information see <%= link_to raw('Arvados Docs → User Guide → VM access'), - "#{Rails.configuration.arvados_docsite}/user/getting_started/vm-login-with-webshell.html", + "#{Rails.configuration.Workbench.ArvadosDocsite}/user/getting_started/vm-login-with-webshell.html", target: "_blank"%>.

@@ -68,7 +68,7 @@ SPDX-License-Identifier: AGPL-3.0 %> Host name Login name Command line - <% if Rails.configuration.shell_in_a_box_url %> + <% if Rails.configuration.Services.WebShell.ExternalURL != URI("") %> Web shell beta <% end %> @@ -89,7 +89,7 @@ SPDX-License-Identifier: AGPL-3.0 %> <% end %> <% end %> - <% if Rails.configuration.shell_in_a_box_url %> + <% if Rails.configuration.Services.WebShell.ExternalURL != URI("") %> <% @my_vm_logins[vm[:uuid]].andand.each do |login| %> <%= link_to webshell_virtual_machine_path(vm, login: login), title: "Open a terminal session in your browser", class: 'btn btn-xs btn-default', target: "_blank" do %>