Merge pull request #1340 from hashicorp/failing-node-service

Show node status as failing if a service on the node is failing
This commit is contained in:
Matthew Irish 2015-10-26 13:19:35 -05:00
commit b19993a6be
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@
{{#each node in model }} {{#each node in model }}
{{#link-to 'nodes.show' node.Node.Node tagName="div" href=false class="panel panel-link panel-list" }} {{#link-to 'nodes.show' node.Node.Node tagName="div" href=false class="panel panel-link panel-list" }}
<div {{bind-attr class="hasFailingChecks:bg-orange:bg-green :panel-bar-horizontal"}}></div> <div {{bind-attr class="node.hasFailingChecks:bg-orange:bg-green :panel-bar-horizontal"}}></div>
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">