diff --git a/ui/index.html b/ui/index.html index ef3a0886a0..a18cfb1fe0 100644 --- a/ui/index.html +++ b/ui/index.html @@ -99,8 +99,8 @@ {{#each node in model }} -
-
+ {{#link-to 'nodes.show' node.Node tagName="div" href=false class="panel panel-link" }} +

{{#link-to 'nodes.show' node.Node class='subtle'}}{{node.Node}}{{/link-to}} @@ -118,7 +118,7 @@ {{/each}}

-
+ {{/link-to}} {{/each}} @@ -164,8 +164,8 @@ {{#each check in model.Checks }} -
-
+
+

{{check.Name}} @@ -192,8 +192,8 @@ {{#each service in model.Services }} {{#link-to 'services.show' service.Service }} -