Project

General

Profile

« Previous | Next » 

Revision 0bb7ac8f

Added by Brian Gupta about 12 years ago

  • ID 0bb7ac8f3f071543bcb52c2c214708d8ebfb21a8

Changes to dashboard statistics. Fixes #1617

View differences:

app/helpers/dashboard_helper.rb
end
def render_overview report, options = {}
data = [[:Active, report[:active_hosts]],
[:Error, report[:bad_hosts]],
data = [[:Active, report[:active_hosts_ok_enabled]],
[:Error, report[:bad_hosts_enabled]],
[:OK, report[:ok_hosts]],
[:'Pending changes', report[:pending_hosts]],
[:'Out of sync', report[:out_of_sync_hosts]],
[:'Pending changes', report[:pending_hosts_enabled]],
[:'Out of sync', report[:out_of_sync_hosts_enabled]],
[:'No report', report[:reports_missing]],
[:'Notification disabled', report[:disabled_hosts]]]
pie_chart 'overview', 'Puppet Clients Activity Overview', data, options

Also available in: Unified diff