Project

General

Profile

« Previous | Next » 

Revision bf4a13d3

Added by Walden Raines over 10 years ago

Fixes #3811 updating to bootstrap 3

View differences:

app/views/hosts/_operating_system.html.erb
</span>
<%= textarea_f f, :disk, :class => "input-xxlarge", :rows => "4",
<%= textarea_f f, :disk, :size => "col-md-8", :rows => "4",
:help_block => _("What ever text(or ERB template) you use in here, would be used as your OS disk layout options If you want to use the partition table option, delete all of the text from this field") %>
<%= password_f f, :root_pass %>
</div>
......
</div>
<!-- this section is used for displaying the provisioning scripts-->
<div class="control-group">
<div class="form-group">
<div class="control-label"><%= _('Provisioning templates') %></div>
<div class="controls">
<%= link_to_function icon_text("refresh", _("Resolve")), "template_info('#templates_info','#{template_used_hosts_url}')", :class => "btn" %>
<%= link_to_function icon_text("refresh", _("Resolve")), "template_info('#templates_info','#{template_used_hosts_url}')", :class => "btn btn-default" %>
<%= popover("?", _("Display the templates that will be used to provision this host"), :title=>_("Provisioning Templates")) %>
</div>
<br>
<div id="templates_info" class="span6 controls"> </div>
<div id="templates_info" class="col-md-6"> </div>
</div>

Also available in: Unified diff