Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887690
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, Aug 10, 4:36 AM
Size
737 B
Mime Type
text/plain
Expires
Tue, Aug 12, 4:36 AM (12 h, 2 m)
Engine
blob
Format
Raw Data
Handle
234203
Attached To
rARCHIVING archiving
show.html.erb
View Options
<%=
notifier
(
@host
.
display_message
)
unless
@host
.
deployed?
%>
<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
%>
<small>
<%=
host_status_label
(
@host
)
%>
</small>
</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