77b4d59f5d
This updates the Ember edition setting to Octane, which I removed from #8319 because it required the template-only Glimmer components setting to be turned on, which this does. These changes to templates accommodate that setting.
12 lines
269 B
Handlebars
12 lines
269 B
Handlebars
<table class="table is-striped is-fixed is-compact is-darkened" ...attributes>
|
|
<thead>
|
|
<tr>
|
|
<th class="is-one-third">Name</th>
|
|
<th>Value</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<AttributesSection @attributes={{@attributePairs}} />
|
|
</tbody>
|
|
</table>
|