Project

General

Profile

« Previous | Next » 

Revision 2b6605c4

Added by Ori Rabin about 9 years ago

Fixes #8217, #8214 - Rearranging override section in smart class parameter page and host page

View differences:

app/views/common_parameters/_parameters.html.erb
<div id="parameters">
<table class="table table-condensed" id="global_parameters_table">
<thead>
<tr>
<th class='col-md-3'><%= _("Global Parameters") %></th>
<th class='col-md-2'><%= _("Name") %></th>
<th class='col-md-5'><%= _("Value") %></th>
<th><%= _('Actions') %></th>
</tr>
</thead>
</table>
<%= f.fields_for type do |builder| %>
<%= render "common_parameters/parameter", :f => builder %>
<% end %>

Also available in: Unified diff