open-nomad/ui/app/templates/components/attributes-table.hbs

12 lines
250 B
Handlebars
Raw Normal View History

2017-09-19 14:47:10 +00:00
<table class="table is-striped is-fixed is-compact is-darkened">
<thead>
<tr>
<th class="is-one-third">Name</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<AttributesSection @attributes={{attributes}} />
2017-09-19 14:47:10 +00:00
</tbody>
</table>