Project

General

Profile

« Previous | Next » 

Revision 1fa42669

Added by Amos Benari over 10 years ago

refs #3811 - additional bootstrap 3 updates/fixes
  • provisioning template "resolve" button ui fixes
  • form inline help and button lacation fix
  • host ip address help link fixed
  • fixes libvirt allocation buttons
  • host global parameters columns fixed
  • fix multi-select width

View differences:

app/views/common_parameters/_inherited_parameters.html.erb
</tr>
</thead>
<tbody>
<% inherited_parameters.keys.sort.each do |name| %>
<% keys = inherited_parameters.keys.sort %>
<% keys.each do |name| %>
<tr>
<%= "<td class='col-md-2' rowspan='#{inherited_parameters.size}'>#{_('Global')}</td>".html_safe if name == inherited_parameters.first[0]%>
<%= "<td class='col-md-3' rowspan='#{keys.size}'>#{_('Global')}</td>".html_safe if name == keys.first%>
<td class='col-md-2'><%= content_tag :span, name, :id=>"name_#{name}", :class => "col-md-2" %></td>
<td class='col-md-6'><%= parameter_value_field inherited_parameters[name] %></td>
<td class='col-md-7'><%= parameter_value_field inherited_parameters[name] %></td>
<td>
<%= link_to_function(_("override"), "override_param(this)", :title => _("Override this value"),
:'data-tag' => 'override', :class =>"btn btn-default" ) if authorized_via_my_scope("host_editing", "create_params") %>

Also available in: Unified diff