3e6e16d54f
* Return all services except Proxies * Add Gateway icon to the codebase * Create and implement ConsulExternalSource component * Fix tests to work with new mock data and add a Gateway test * Update consul-api-double to 2.14.3
12 lines
265 B
Handlebars
12 lines
265 B
Handlebars
{{#if item.Kind}}
|
|
{{#if (has-block)}}
|
|
{{yield
|
|
(component 'consul-kind' item=item)
|
|
}}
|
|
{{else}}
|
|
<span data-test-kind={{item.Kind}} class="consul-kind gateway">
|
|
<span>{{titleize (humanize item.Kind)}}</span>
|
|
</span>
|
|
{{/if}}
|
|
{{/if}}
|