Skip to content
Snippets Groups Projects
Commit 10cb07e1 authored by Jeroen Nijhof's avatar Jeroen Nijhof
Browse files

Style improvements

parent 3d076917
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,7 +7,7 @@
<% label_text = "OK" %>
<% label = "warning" if @stats[key].last['state'] != 0 %>
<% label_text = "NOT OK" if @stats[key].last['state'] != 0 %>
<h3><%= @stats[key].last['value'] %></h3>
<h1><%= @stats[key].last['value'] %></h1>
<h5><span class="label label-<%= label %>"><%= label_text %></span> <%= key %></h5>
</div>
<div class="col-sm-4">
Loading
Loading
@@ -38,6 +38,7 @@
]);
 
var options = {
height: 150,
backgroundColor: '#fff',
legend: {
position: 'none'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment