2023-04-10 15:36:59 +00:00
|
|
|
{{!
|
|
|
|
Copyright (c) HashiCorp, Inc.
|
|
|
|
SPDX-License-Identifier: MPL-2.0
|
2023-04-14 17:08:13 +00:00
|
|
|
~}}
|
2023-04-10 15:36:59 +00:00
|
|
|
|
2023-02-07 22:42:25 +00:00
|
|
|
<table class="table is-striped is-fixed is-compact is-darkened no-mobile-condense" ...attributes>
|
2017-09-19 14:47:10 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="is-one-third">Name</th>
|
|
|
|
<th>Value</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2023-02-07 22:42:25 +00:00
|
|
|
<AttributesSection @attributes={{@attributePairs}}
|
|
|
|
@editable={{@editable}}
|
|
|
|
@onKVEdit={{@onKVEdit}}
|
|
|
|
@onKVSave={{@onKVSave}}
|
2023-03-22 19:05:01 +00:00
|
|
|
@copyable={{@copyable}}
|
2023-02-07 22:42:25 +00:00
|
|
|
/>
|
2017-09-19 14:47:10 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|