mirror of
https://github.com/status-im/consul.git
synced 2025-01-28 14:34:59 +00:00
0f85357a6e
* ui: Remove unused helpers or swap for helpers in ember-string-fns * starts-with > string-starts-with
16 lines
306 B
Handlebars
16 lines
306 B
Handlebars
<div id="metadata" class="tab-section">
|
|
<div role="tabpanel">
|
|
{{#if item.Meta}}
|
|
<Consul::Metadata::List @items={{entries item.Meta}} />
|
|
{{else}}
|
|
<EmptyState>
|
|
<BlockSlot @name="body">
|
|
<p>
|
|
This node has no metadata.
|
|
</p>
|
|
</BlockSlot>
|
|
</EmptyState>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|