Project

General

Profile

Feature #364 » displaydowntime.patch

Display enabled flag on host page - Eric Shamow, 08/23/2010 11:55 PM

View differences:

./_overview.html.erb.modified 2010-08-23 18:53:49.000000000 -0400
<table>
<% [["Domain", host.domain], ["IP Address", host.ip], ["Puppet Environment", host.environment], ["Host Architecture", host.arch],
["Host Operating System", host.os], ["Host Group", host.hostgroup]].each do |th,td| %>
["Host Operating System", host.os], ["Host Group", host.hostgroup], ["Alerts Enabled", host.enabled]].each do |th,td| %>
<tr>
<th><%= th %></th>
<td><%= td %></td>
(3-3/3)