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 }}
-
-
+
+
{{service.Service}}
diff --git a/ui/styles/_panels.scss b/ui/styles/_panels.scss
index c7d4937c64..0ceb594820 100644
--- a/ui/styles/_panels.scss
+++ b/ui/styles/_panels.scss
@@ -45,30 +45,6 @@
border-top-right-radius: 3px;
}
- &.panel-default {
- .panel-bar {
- background-color: $gray-background;
- }
- }
-
- &.panel-success {
- .panel-bar {
- background-color: $green-faded;
- }
- }
-
- &.panel-danger {
- .panel-bar {
- background-color: $red-faded;
- }
- }
-
- &.panel-warning {
- .panel-bar {
- background-color: $orange-faded;
- }
- }
-
&.panel-link {
border-bottom-width: 4px;
}