ui: Add ...attributes to healthcheck-info (#8120)

This commit is contained in:
John Cowen 2020-06-16 19:22:04 +01:00 committed by GitHub
parent 57a23ccf45
commit 2c31673c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 215 additions and 216 deletions

View File

@ -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}}>

View File

@ -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
--- ---