Files
nomad/ui/app/components/job-page/parts/meta.hbs

19 lines
403 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
{{#if @meta.structured}}
<div class="boxed-section">
<div class="boxed-section-head">
Meta
</div>
<div class="boxed-section-body is-full-bleed">
<AttributesTable
data-test-meta
@attributePairs={{@meta.structured.root}}
@class="attributes-table" />
</div>
</div>
{{/if}}