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/index.html.erb
"All %{per_page} hosts on this page are selected.", per_page(@hosts)).html_safe % {per_page: per_page(@hosts)} + ' ' +
link_to_function(n_("Select this host",
"Select all <b> %{total} </b> hosts", @hosts.total_entries).html_safe % {total: @hosts.total_entries},
"multiple_selection()")) %>
"tfm.hosts.table.multipleSelection()")) %>
<%= render 'list', :hosts => @hosts, :header => @title || _("Hosts") %>

Also available in: Unified diff