github.com/hernad/nomad@v1.6.112/ui/app/templates/components/job-page/parts/meta.hbs (about)

     1  {{!
     2    Copyright (c) HashiCorp, Inc.
     3    SPDX-License-Identifier: MPL-2.0
     4  ~}}
     5  
     6  {{#if @job.meta.structured}}
     7    <div class="boxed-section">
     8      <div class="boxed-section-head">
     9        Meta
    10      </div>
    11      <div class="boxed-section-body is-full-bleed">
    12        <AttributesTable
    13          data-test-meta
    14          @attributePairs={{@job.meta.structured}}
    15          @class="attributes-table" />
    16      </div>
    17    </div>
    18  {{/if}}