lib/riemann/dash/views/index.erubis in riemann-dash-0.0.3 vs lib/riemann/dash/views/index.erubis in riemann-dash-0.0.4
- old
+ new
@@ -1,8 +1,8 @@
<h2>Problems</h2>
<div class="box"><%= state_list query('state != "ok"') %></div>
<div class="box">
-<%= state_chart query('service = "cpu" or service = "memory" or service =~ "disk%" or service = "load"'), title: "Health" %>
+<%= state_chart query('service = "cpu" or service = "memory" or service =~ "disk%" or service = "load"'), :title => "Health" %>
</div>
-<div class="box"><%= state_chart query('true'), title: "Everything" %></div>
+<div class="box"><%= state_chart query('true'), :title => "Everything" %></div>