diff --git a/app/views/hosts/console/vmrc.html.erb b/app/views/hosts/console/vmrc.html.erb index fb0583e6b75..ffb03695463 100644 --- a/app/views/hosts/console/vmrc.html.erb +++ b/app/views/hosts/console/vmrc.html.erb @@ -7,7 +7,7 @@

<%= _('To launch the VMRC console, you need the VMRC software installed.') %>

<%= link_to(_('Download VMRC'), 'https://www.vmware.com/go/download-vmrc', :target => '_blank', :rel => 'noopener noreferrer') %>

- <%= link_to(_('Launch Console'), @console[:console_url], :class => 'btn btn-primary btn-lg') %> + <%= link_to(_('Launch Console'), @console[:console_url], :class => 'btn btn-primary btn-lg', :onclick => "$(this).attr('disabled', 'disabled');") %> <% if @host %> <%= link_to_if_authorized(_("Back to host"), hash_for_host_path(:id => @host), :title => _('Back to host'), :class => 'btn btn-default btn-lg') %> <% end %>