Bug #1323 ยป templates.diff
app/views/hosts/show.html.erb 2011-11-14 21:51:30.000000000 +0000 | ||
---|---|---|
<div class="row">
|
||
<%= report_status_chart 'resource_graph', 'Resources', "last #{@range} days", @host.resources_chart(@range.days.ago) %>
|
||
<div class="span5">
|
||
<% if SETTINGS[:unattended] -%>
|
||
<% if @host.managed? -%>
|
||
<table class="list">
|
||
<tr><th>Templates</th></tr>
|
||
<tr><td><%= show_templates -%></td></tr>
|