mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-12 00:13:45 +02:00
Merge remote-tracking branch 'remotes/from/ce/release/2.x.x' into release/2.x.x
This commit is contained in:
commit
27bfcb63a2
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