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/_parameter.html.erb
<tbody>
<tr class="form-group <%= 'has-error' if f.object.errors.any? %>">
<% if controller_name =~ /(host|hostgroup)/ %>
<td class="col-md-2">
<td class="col-md-3">
<%= content_tag(:input, '', :class => "form-control", :disabled => true, :value => _('Global'), :type=> :text ) %>
</td>
<% end %>
<td class="col-md-2">
<%= f.text_field(:name, :class => "form-control", :disabled => disabled, :placeholder => _("Name")) %>
</td>
<td class="col-md-6 value">
<td class="col-md-5 value">
<% if f.object.hidden_value? %>
<%= f.password_field(:value, :class => 'form-control',
:disabled => disabled,

Also available in: Unified diff