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

8 lines
229 B
Handlebars

{{! TODO: this component and its parent should be moved to a single component }}
{{yield}}
<div>
<header>
<YieldSlot @name="header">{{yield}}</YieldSlot>
</header>
<YieldSlot @name="content">{{yield}}</YieldSlot>
</div>