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:
commit
b19993a6be
|
@ -413,7 +413,7 @@
|
|||
{{#each node in model }}
|
||||
|
||||
{{#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">
|
||||
<h3 class="panel-title">
|
||||
|
|
Loading…
Reference in New Issue