Project

General

Profile

« Previous | Next » 

Revision 9d2152af

Added by Amos Benari about 10 years ago

refs #5188 - prepare place holder for host details

host details should include subscription status

View differences:

app/views/hosts/_overview.html.erb
<table class="table table-bordered table-striped">
<table id="properties_table" class="table table-bordered table-striped">
<tr>
<th><%= _('Details') %></th>
</tr>
<tr>
<td>
<% show_appropriate_host_buttons(@host).each do |btn| %>
<%= btn %>
<% end %>
</td>
</tr>
</table>
<table class="table table-bordered table-striped">
<tr>
<th><%= _('Properties') %></th>
<th></th>
<th colspan="2"><%= _('Properties') %></th>
</tr>
<% overview_fields(host).each do |name, value| %>
<tr>

Also available in: Unified diff