Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F886232
unverified.html.erb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Aug 8, 11:35 PM
Size
545 B
Mime Type
text/html
Expires
Sun, Aug 10, 11:35 PM (1 d, 2 h)
Engine
blob
Format
Raw Data
Handle
233066
Attached To
rARCHIVING archiving
unverified.html.erb
View Options
<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
Log In to Comment