github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/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>