mirror of https://github.com/status-im/consul.git
Show node status as failing if a service on the node is failing
This commit is contained in:
parent
088603949c
commit
657b5b4a04
|
@ -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…
Reference in New Issue