Project

General

Profile

Feature #120 ยป 0001-Include-timestamp-of-dashboard-page-generation.patch

Frank Sweetser, 12/07/2009 07:30 PM

View differences:

app/views/dashboard/index.html.erb
<center>
<h2>Overview</h2>
<p>Generated at <%= Time.now %></p>
<p>Good Host Reports in the last 30 minutes <%= "#{@good_hosts} / #{@total_hosts}" %> hosts</p>
<%= graph("pie_3d" ,{:title => "Overview", :data => [@out_of_sync_hosts, @bad_hosts, @good_hosts],
    (1-1/1)