4ddc2b4481
* Update disco fixtures now we have partitions * Add virtual-admin-6 fixture with partition 'redirects' and failovers * Properly cope with extra partition segment for splitters and resolvers * Make 'redirects' and failovers look/act consistently * Fixup some unit tests |
||
---|---|---|
.. | ||
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> ```