open-consul/ui/packages/consul-ui/app/components/consul/external-source
Kenia 2bdc98552a
ui: Add Consul API Gateway as an external source (#11371)
2021-11-10 16:54:12 -05: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: Re-organize our %h* placeholders (#9584) 2021-01-26 17:53:45 +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)


---