mirror of
https://github.com/status-im/consul.git
synced 2025-01-29 23:15:08 +00:00
17438020f1
* ui: Remove all vestiges of role=tabpanel * Switch out tablist role for a label, default to Secondary * Move healthcheckout-output headers to h2, ideally these would be outside the component * Add aria-label for empty button * Fix up non-unique ids in topology component * Temporarily fixup h2 in KV > LockSession * Fixup dl with no dt * h3 > h2 * Fix up page objects that were reliant on ids
14 lines
259 B
Handlebars
14 lines
259 B
Handlebars
<div class="tab-section">
|
|
{{#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>
|