Feature #120 ยป 0001-Include-timestamp-of-dashboard-page-generation.patch
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],
|