Merge remote-tracking branch 'remotes/from/ce/release/2.x.x' into release/2.x.x

This commit is contained in:
hc-github-team-secure-vault-core 2026-05-07 14:52:44 +00:00
commit 27bfcb63a2
2 changed files with 5 additions and 1 deletions

3
changelog/_14572.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: Restore re-sizable columns for secrets and namespaces tables.
```

View File

@ -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|>