Project

General

Profile

« Previous | Next » 

Revision 6ba027c2

Added by Peter Koprda over 1 year ago

Fixes #35287 - Create column selector on host index page (#9323)

  • Fixes #35287 - Create column selector on host index page
  • Fixes #35673 - Use name column as always checked column
  • Refs #35287 - Improve locked pagelet handling

Co-authored-by: pkoprda <>
Co-authored-by: Oleh Fedorenko <>

View differences:

app/views/layouts/_application_content.html.erb
<%= yield(:search_bar) %>&nbsp;
</div>
<div id="title_action" class= <%= searchable? ? "col-md-6" : "col-md-8" %>>
<% if filter_columns? %>
<div class="pull-left">
<%= mount_column_selector %>
<%= yield(:column_selector) %>&nbsp;
</div>
<% end %>
<div class="btn-toolbar pull-right">
<%=h yield(:title_actions) %>
</div>

Also available in: Unified diff