Page MenuHomeGRNET

unverified.html.erb
No OneTemporary

File Metadata

Created
Fri, Aug 8, 11:35 PM

unverified.html.erb

<h1>Unverified Hosts</h1>
<% if @hosts.empty? %>
<h3>There are no hosts pending for approval</h3>
<% else %>
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>FQDN</th>
<th>User</th>
<th>Port</th>
<th>Created At</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<%= render partial: 'host', collection: @hosts %>
</tbody>
</table>
</div>
<% end %>

Event Timeline