Project

General

Profile

« Previous | Next » 

Revision ac1fe0de

Added by Ohad Levy about 5 years ago

fixes #26198 - ensure host list does not require full page reload

View differences:

app/views/hosts/rebuild_config.html.erb
<%= render 'selected_hosts', :hosts => @hosts %>
<%= form_tag submit_rebuild_config_hosts_path(:host_ids => params[:host_ids]), :onsubmit => "resetSelection()" do %>
<%= form_tag submit_rebuild_config_hosts_path(:host_ids => params[:host_ids]), :onsubmit => "tfm.hosts.table.resetSelection()" do %>
<small><%= _('Rebuild orchestration configuration') %></small>
<% end %>

Also available in: Unified diff