Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1300421
pending.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
Wed, Nov 19, 1:49 PM
Size
872 B
Mime Type
text/html
Expires
Fri, Nov 21, 1:49 PM (1 h, 11 m)
Engine
blob
Format
Raw Data
Handle
290748
Attached To
rARCHIVING archiving
pending.html.erb
View Options
<h1 data-toggle="tooltip" title="These clients will receive back ups when the user enters a valid configuration">
Pending Clients
<small><label class="glyphicon glyphicon-question-sign"></label></small>
</h1>
<%
if
@hosts
.
empty?
%>
<h3>There are no clients waiting for configuration</h3>
<%
else
%>
<div class="datatable-wrapper">
<div class="table-responsive">
<table id="admin_clients" class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>FQDN</th>
<th>User</th>
<th class="neither-search-nor-order">Port</th>
<th>Created At</th>
<th>Approved By</th>
</tr>
</thead>
<tbody>
<%=
render
partial
:
'host'
,
collection
:
@hosts
%>
</tbody>
</table>
</div>
</div>
<%
end
%>
Event Timeline
Log In to Comment