Project

General

Profile

« Previous | Next » 

Revision 5b3879ff

Added by Amir Fefer over 8 years ago

Fixes #11461 - Remove 'global scope' column in host/hostgroup parameters form

View differences:

app/views/common_parameters/_parameters.html.erb
<table class="table table-condensed" id="global_parameters_table">
<thead>
<tr>
<% if controller_name =~ /(host|hostgroup)/ %>
<th class='col-md-3'><%= _("Global Parameters") %></th>
<% end %>
<th class='col-md-2'><%= _("Name") %></th>
<th class='col-md-5'><%= _("Value") %></th>
<th><%= _('Actions') %></th>
<th class='col-md-4'><%= _("Name") %></th>
<th class='col-md-6'><%= _("Value") %></th>
<th class='col-md-2'><%= _('Actions') %></th>
</tr>
</thead>
</table>

Also available in: Unified diff