Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1297075
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
Tue, Nov 18, 12:56 AM
Size
1 KB
Mime Type
text/html
Expires
Thu, Nov 20, 12:56 AM (1 d, 6 h)
Engine
blob
Format
Raw Data
Handle
290641
Attached To
rARCHIVING archiving
index.html.erb
View Options
<%
if
@obsolete
%>
<h1 data-toggle="tooltip" title="These clients are not in Archiving but they are present to the Bacula db">
Obsolete Clients
<small><label class="glyphicon glyphicon-question-sign"></label></small>
</h1>
<%
else
%>
<h1>Bacula Clients</h1>
<%
end
%>
<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">File Ret. (days)</th>
<th class="no-search">Job Ret. (days)</th>
<th class="no-search">Space Used</th>
<th class="no-search">Quota</th>
<th class="no-search">Space Used %</th>
<th class="no-search">Files</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