Project

General

Profile

« Previous | Next » 

Revision b3ac878a

Added by Tomer Brisker over 8 years ago

Fixes #11466, #11462 - Improve layout of textareas

View differences:

app/views/lookup_keys/_values.html.erb
<table class="table table-condensed <%= 'hidden' unless f.object.lookup_values.present? %>">
<thead>
<tr>
<th colspan='2' class='col-md-6'><%= _('Attribute type') %>
<th colspan='2' class='col-md-5'><%= _('Attribute type') %>
<span class="help-inline">
<%= popover("", _("Matcher is a combination of an attribute and its value, if they match, the value below would be provided.<br> You may use any attribute Foreman knows about, such as facts etc for example: <code> domain = example.com </code> or <code> is_virtual = true</code>."),
:title => _("Explain matchers")).html_safe %>
</span></th>
<th class='col-md-4'><%= _('Value') %></th>
<th></th>
<% if is_param %>
<th class='col-md-2'><%= _('Use Puppet default') %>
<th class='col-md-2 ca'><%= _('Use Puppet default') %>
<span class="help-inline"> <%= use_puppet_default_help() %></span>
</th>
<% end %>

Also available in: Unified diff