app/views/pg_hero/home/system.html.erb in pghero-1.1.4 vs app/views/pg_hero/home/system.html.erb in pghero-1.2.0

- old
+ new

@@ -2,9 +2,12 @@ <div class="content"> <h1>CPU</h1> <div style="margin-bottom: 20px;"><%= line_chart cpu_usage_path, max: 100, colors: ["#5bc0de"], library: {pointSize: 0, lineWidth: 5} %></div> + <h1>Load</h1> + <div style="margin-bottom: 20px;"><%= line_chart load_stats_path, colors: ["#5bc0de", "#d9534f"], library: {pointSize: 0, lineWidth: 5} %></div> + <h1>Connections</h1> <div style="margin-bottom: 20px;"><%= line_chart connection_stats_path, colors: ["#5bc0de"], library: {pointSize: 0, lineWidth: 5} %></div> <% if PgHero.replica? %> <h1>Replication Lag</h1>