github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/templates/components/attributes-table.hbs (about)

     1  <table class="table is-striped is-fixed is-compact is-darkened" ...attributes>
     2    <thead>
     3      <tr>
     4        <th class="is-one-third">Name</th>
     5        <th>Value</th>
     6      </tr>
     7    </thead>
     8    <tbody>
     9      <AttributesSection @attributes={{@attributePairs}} />
    10    </tbody>
    11  </table>