open-consul/ui/packages/consul-ui/app/components/consul/discovery-chain
John Cowen 7775773979
ui: Adds basic support for the Routing tab viz with partitions (#11679)
2021-12-06 10:22:09 +00:00
..
resolver-card
route-card
splitter-card
README.mdx ui: Adds basic support for the Routing tab viz with partitions (#11679) 2021-12-06 10:22:09 +00:00
index.hbs
index.js ui: Adds basic support for the Routing tab viz with partitions (#11679) 2021-12-06 10:22:09 +00:00
index.scss
layout.scss
skin.scss
utils.js ui: Adds basic support for the Routing tab viz with partitions (#11679) 2021-12-06 10:22:09 +00:00

README.mdx

---
type: ember
state: needs-love
---
# Consul::DiscoveryChain

Mainly presentational component to visualize a discovery-chain.

```hbs preview-template
<DataSource @src={{uri '/partition/default/dc-1/discovery-chain/service-name'}} as |source|>
{{#if source.data}}
  <Consul::DiscoveryChain
    @chain={{source.data.Chain}}
  />
{{/if}}
</DataSource>
```