mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
* fix(list-table): restore re-sizable columns for secrets and namespaces tables * fix(changelog): add changelog with details Co-authored-by: Nina Bucholtz <nina.balachandranmary@gmail.com>
This commit is contained in:
parent
af595e88a9
commit
e4ea06c9de
2 changed files with 5 additions and 1 deletions
3
changelog/_14572.txt
Normal file
3
changelog/_14572.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Restore re-sizable columns for secrets and namespaces tables.
|
||||
```
|
||||
|
|
@ -7,8 +7,9 @@
|
|||
@model={{this.paginatedTableData}}
|
||||
@columns={{@columns}}
|
||||
@isSelectable={{if @selectionKeyField true false}}
|
||||
class="has-bottom-margin-s"
|
||||
@hasResizableColumns={{true}}
|
||||
@onSelectionChange={{@onSelectionChange}}
|
||||
class="has-bottom-margin-s"
|
||||
{{did-update this.resetPagination @data}}
|
||||
>
|
||||
<:body as |B|>
|
||||
|
|
|
|||
Loading…
Reference in a new issue