Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1299759
_client_details.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, 12:54 AM
Size
1 KB
Mime Type
text/html
Expires
Fri, Nov 21, 12:54 AM (1 d, 9 h)
Engine
blob
Format
Raw Data
Handle
290328
Attached To
rARCHIVING archiving
_client_details.html.erb
View Options
<div class="col-xs-4">
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed ">
<tr>
<td>Name</td>
<td>
<%=
@client
.
name
%>
</td>
</tr>
<tr>
<td>Uname</td>
<td>
<%=
@client
.
uname
%>
</td>
</tr>
<tr>
<td>Active Jobs</td>
<td>
<%=
@client
.
running_jobs
%>
</td>
</tr>
<tr>
<td>Last Backup</td>
<td>
<%=
@client
.
last_job_date_formatted
%>
</td>
</tr>
<tr>
<td>File Retention</td>
<td>
<%=
@client
.
file_retention_days
%>
days</td>
</tr>
<tr>
<td>Job Retention</td>
<td>
<%=
@client
.
job_retention_days
%>
days</td>
</tr>
<tr>
<td>Total Space Used</td>
<td>
<%=
number_to_human_size
@client
.
backup_jobs_size
%>
</td>
</tr>
<tr>
<td>Files count</td>
<td>
<%=
number_by_magnitude
(
@client
.
files_count
)
%>
</td>
</tr>
<tr>
<td>Auto Prune</td>
<td>
<%=
@client
.
auto_prune_human
%>
</td>
</tr>
</table>
</div>
</div>
Event Timeline
Log In to Comment