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

The has key is the name

parent 8dca5edd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,6 +4,6 @@
<% label = "warning" if @stats[key].last['state'] != 0 %>
<% label_text = "NOT OK" if @stats[key].last['state'] != 0 %>
<h3><%= @stats[key].last['value'] %></h3>
<h5><span class="label label-<%= label %>"><%= label_text %></span> <%= @stats[key].last['name'] %></h5>
<h5><span class="label label-<%= label %>"><%= label_text %></span> <%= key %></h5>
<% end %>
<br/>
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