github.com/manicqin/nomad@v0.9.5/ui/app/templates/components/attributes-table.hbs (about)

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