Sha256: b3495e7eb962b54a4e91479de9fe09c0c6997c93e8855a08e3d3eaff34f87009

Contents?: true

Size: 422 Bytes

Versions: 2

Compression:

Stored size: 422 Bytes

Contents

<%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %>

<div class="content">
  <h1>CPU Usage</h1>
  <div style="margin-bottom: 20px;"><%= line_chart @cpu_usage, max: 101, colors: ["#5bc0de"], library: {pointSize: 0, lineWidth: 5} %></div>

  <h1>Connections</h1>
  <div style="margin-bottom: 20px;"><%= line_chart @connection_stats, colors: ["#5bc0de"], library: {pointSize: 0, lineWidth: 5} %></div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pghero-0.1.10 app/views/pg_hero/home/system_stats.html.erb
pghero-0.1.9 app/views/pg_hero/home/system_stats.html.erb