Project

General

Profile

« Previous | Next » 

Revision 1f29f0ac

Added by Kavita Gaikwad about 5 years ago

Refs #26198 - fix resetSelection() calling as moved to react file

View differences:

app/views/hosts/multiple_destroy.html.erb
<%= form_tag submit_multiple_destroy_hosts_path(:host_ids => params[:host_ids]), :onsubmit => "resetSelection()" do %>
<%= form_tag submit_multiple_destroy_hosts_path(:host_ids => params[:host_ids]), :onsubmit => "tfm.hosts.table.resetSelection()" do %>
<% if Setting[:destroy_vm_on_host_delete] %>
<% extra_warning = _("This <b>will delete</b> the linked VMs and their disks, and is irreversible.") %>
<% else %>

Also available in: Unified diff