github.com/blixtra/nomad@v0.7.2-0.20171221000451-da9a1d7bb050/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>