a08f2927fd | ||
---|---|---|
.. | ||
resolver-card | ||
route-card | ||
splitter-card | ||
README.mdx | ||
index.hbs | ||
index.js | ||
index.scss | ||
layout.scss | ||
skin.scss | ||
utils.js |
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> ```