mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-12 16:16:47 +02: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
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…
x
Reference in New Issue
Block a user