Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1431046
_host_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
Sun, Jan 18, 2:24 PM
Size
1 KB
Mime Type
text/html
Expires
Tue, Jan 20, 2:24 PM (18 h, 22 m)
Engine
blob
Format
Raw Data
Handle
325579
Attached To
rARCHIVING archiving
_host_details.html.erb
View Options
<div class="col-md-4">
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<tr>
<td><b>Name</b></td>
<td>
<%=
@host
.
name
%>
</td>
</tr>
<tr>
<td><b>FQDN</b></td>
<td>
<%=
@host
.
fqdn
%>
</td>
</tr>
<tr>
<td><b>FDPort</b></td>
<td>
<%=
@host
.
port
%>
</td>
</tr>
<tr>
<td><b>Password</b></td>
<td>
<%=
@host
.
password
%>
</td>
</tr>
<tr>
<td><b>File Retention</b></td>
<td>
<%=
@host
.
file_retention
%>
days</td>
</tr>
<tr>
<td><b>Job Retention</b></td>
<td>
<%=
@host
.
job_retention
%>
days</td>
</tr>
<tr>
<td><b>Auto Prune</b></td>
<td>
<%=
@host
.
auto_prune_human
%>
</td>
</tr>
<tr>
<td><b>Created</b></td>
<td>
<%=
I18n
.
l
(
@host
.
created_at
,
format
:
:long
)
%>
</td>
</tr>
</table>
</div>
<%=
link_to
'Edit'
,
edit_host_path
(
@host
),
class
:
"btn btn-primary"
,
role
:
"button"
%>
</div>
Event Timeline
Log In to Comment