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/_provisioning.html.erb
<div class="alert alert-success">
<a class="close" href="#" data-dismiss="alert">&times;</a>
<% templates.sort{|t,x| t.template_kind <=> x.template_kind}.each do |tmplt| %>
<div class="form-group">
<div class="control-label"> <%= _("%s Template") % tmplt.template_kind %> </div>
<%= link_to_if_authorized h(tmplt), hash_for_edit_config_template_path(:id => tmplt.to_param), :rel=>"external" %>
</div>
<% end %>
<% templates.sort{|t,x| t.template_kind <=> x.template_kind}.each do |tmplt| %>
<div class="form-group">
<div class="control-label col-md-4"> <%= _("%s Template") % tmplt.template_kind %> </div>
<%= link_to_if_authorized h(tmplt), hash_for_edit_config_template_path(:id => tmplt.to_param), :rel=>"external" %>
</div>
<% end %>
</div>

Also available in: Unified diff