mirror of https://github.com/status-im/consul.git
ui: Add ...attributes to healthcheck-info (#8120)
This commit is contained in:
parent
57a23ccf45
commit
2c31673c03
|
@ -1,4 +1,4 @@
|
||||||
<div>
|
<div ...attributes>
|
||||||
<ul>
|
<ul>
|
||||||
{{#each items as |item| }}
|
{{#each items as |item| }}
|
||||||
<li class={{concat 'healthcheck-output ' item.Status}}>
|
<li class={{concat 'healthcheck-output ' item.Status}}>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
@setupApplicationTest
|
@setupApplicationTest
|
||||||
Feature: dc / services / instances / show: Proxy Info tab
|
Feature: dc / services / instances / proxyinfo: Proxy Info tab
|
||||||
Background:
|
Background:
|
||||||
Given 1 datacenter model with the value "dc1"
|
Given 1 datacenter model with the value "dc1"
|
||||||
Scenario: A Service instance without a Proxy does not display Proxy Info tab
|
Scenario: A Service instance without a Proxy does not display Proxy Info tab
|
||||||
|
@ -33,7 +33,6 @@ Feature: dc / services / instances / show: Proxy Info tab
|
||||||
|
|
||||||
Then the url should be /dc1/services/service-0/instances/node-0/service-0-with-id/proxy
|
Then the url should be /dc1/services/service-0/instances/node-0/service-0-with-id/proxy
|
||||||
And I see proxyInfoIsSelected on the tabs
|
And I see proxyInfoIsSelected on the tabs
|
||||||
@notNamespaceable
|
|
||||||
Scenario: A Proxy with health checks, upstreams, and exposed paths displays all info
|
Scenario: A Proxy with health checks, upstreams, and exposed paths displays all info
|
||||||
Given 2 instance models from yaml
|
Given 2 instance models from yaml
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue