From f57b49097546d3a6ddb6f6e3b46943011a3695d0 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 1 May 2014 12:35:01 -0400 Subject: [PATCH] ui: show services and then checks --- ui/index.html | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/ui/index.html b/ui/index.html index 8dbfc901c0..622f7a25c5 100644 --- a/ui/index.html +++ b/ui/index.html @@ -356,6 +356,24 @@

{{ model.Node }} {{ model.Address }}


+
Services
+ + {{#each service in model.Services }} + + {{#link-to 'services.show' service.Service }} + + {{/link-to}} + {{/each}} +
Checks
{{#each check in model.Checks }} @@ -380,25 +398,6 @@ {{/each}} - -
Services
- - {{#each service in model.Services }} - - {{#link-to 'services.show' service.Service }} - - {{/link-to}} - {{/each}} - {{#link-to "nodes" class="btn btn-default col-xs-12 visible-xs" }}All Nodes{{/link-to}}