Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887908
index.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
Sun, Aug 10, 6:19 AM
Size
854 B
Mime Type
text/html
Expires
Tue, Aug 12, 6:19 AM (13 h, 16 m)
Engine
blob
Format
Raw Data
Handle
238309
Attached To
rARCHIVING archiving
index.html.erb
View Options
<h1>Bacula Clients</h1>
<div class="datatable-wrapper">
<div class="table-responsive">
<table id="admin_clients" class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th class="no-search">ClientId</th>
<th>Name</th>
<th>Uname</th>
<th>Client Type</th>
<th class="no-search">Active Jobs</th>
<th class="no-search">Last Backup</th>
<th class="no-search">FileRetention (days)</th>
<th class="no-search">JobRetention (days)</th>
<th class="no-search">Space Used</th>
<th class="no-search">File count</th>
<th class="neither-search-nor-order">AutoPrune</th>
</tr>
</thead>
<tbody>
<%=
render
partial
:
'client'
,
collection
:
@clients
%>
</tbody>
</table>
</div>
</div>
Event Timeline
Log In to Comment