Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461276
show.html.erb
No One
Temporary
Actions
View 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, May 18, 12:08 AM
Size
658 B
Mime Type
text/plain
Expires
Tue, May 20, 12:08 AM (1 d, 42 m)
Engine
blob
Format
Raw Data
Handle
220215
Attached To
rARCHIVING archiving
show.html.erb
View Options
<p id="notice">
<%=
notice
%>
</p>
<div class="row right">
<%=
link_to
'Remove host'
,
host_path
(
@host
),
method
:
:delete
,
data
:
{
confirm
:
'Are you sure?'
},
class
:
"btn btn-danger"
,
role
:
"button"
%>
</div>
<h2>Configuration for
<%=
@host
.
name
%>
</h2>
<br/>
<div class="row">
<div class="col-xs-4">
<h3>Host Details</h3>
</div>
<div class="col-xs-6">
<h3>Jobs</h3>
</div>
</div>
<div class="row">
<%=
render
partial
:
"host_details"
%>
<%=
render
partial
:
"jobs/job_templates"
%>
<div class="col-xs-6">
<h3>Config File</h3>
<pre class="pre-scrollable">
<%=
@host
.
baculize_config
.
join
(
"
\n
"
)
%>
</pre>
</div>
</div>
Event Timeline
Log In to Comment