github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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>