open-consul/ui/packages/consul-ui/app/components/consul/external-source
John Cowen 404523f7ea
ui: Alias all our Structure Icons to Flight Icons (#12209)
2022-02-02 13:24:47 +00:00
..
README.mdx ui: Add Vault as a Service External Source (#10769) 2021-08-04 18:22:43 -04:00
index.hbs ui: Add Consul API Gateway as an external source (#11371) 2021-11-10 16:54:12 -05:00
index.scss ui: Alias all our Structure Icons to Flight Icons (#12209) 2022-02-02 13:24:47 +00:00

README.mdx

# Consul::ExternalSource

A presentational component for showing the external source a service was registered with.

```hbs
<Consul::ExternalSource @item={{items}} />
```

### Arguments

| Argument/Attribute | Type | Default | Description |
| --- | --- | --- | --- |
| `items` | `object` |  | An object of service meta data that has the external source |

### See

- [Template Source Code](./index.hbs)
- [Styling Source Code](./index.scss)


---