open-consul/ui-v2/app/templates/components/healthcheck-output.hbs

8 lines
241 B
Handlebars

{{! TODO: this component and its parent should be moved to a single component }}
{{yield}}
<div>
<header>
{{#yield-slot name='header'}}{{yield}}{{/yield-slot}}
</header>
{{#yield-slot name='content'}}{{yield}}{{/yield-slot}}
</div>