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/hosts/_unattended.html.erb
<%= render 'common/domain', :item => @host %>
</span>
<%= text_f f, :ip, :autocomplete => 'off',
:help_inline => popover("?", _("An IP address will be auto-suggested if you have a DHCP-enabled Smart Proxy on the subnet selected above.<br/><br/>The IP address can be left blank when:<br/><ul><li>provisioning tokens are enabled</li><li>the domain does not manage DNS</li><li>the subnet does not manage reverse DNS</li><li>and the subnet does not manage DHCP reservations</li></ul>"), :title => _("IP address for this host")).html_safe %>
:help_inline => popover(_("IP address auto-suggest"), _("An IP address will be auto-suggested if you have a DHCP-enabled Smart Proxy on the subnet selected above.<br/><br/>The IP address can be left blank when:<br/><ul><li>provisioning tokens are enabled</li><li>the domain does not manage DNS</li><li>the subnet does not manage reverse DNS</li><li>and the subnet does not manage DHCP reservations</li></ul>"), :title => _("IP address for this host")).html_safe %>
<%= f.fields_for :interfaces do |interfaces| %>
<%= render 'hosts/interfaces', :f => interfaces %>
<% end %>

Also available in: Unified diff