af460dcd97
* ui: Use new icon-size and icon-color for popover-menus * Remove the default currentColor plus add some more defaults * Undo transparency overwrites now we don't need them * Fixup discochain icons * Undo a default icon rule for vert align * Fixup expanded icon for meatball popovers * Fixup intention permission labels/badges/icons * Remove different res icon * Remove icon resolutions |
||
---|---|---|
.. | ||
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> ```