mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
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
a2853efdb2
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user