From e4ea06c9dea1a063d765e595ea05a3a42d7e9508 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Wed, 6 May 2026 16:58:33 -0600 Subject: [PATCH] [UI][VAULT-44487]: Restore re-sizable columns for secrets and namespaces tables (#14572) (#14577) * fix(list-table): restore re-sizable columns for secrets and namespaces tables * fix(changelog): add changelog with details Co-authored-by: Nina Bucholtz --- changelog/_14572.txt | 3 +++ ui/lib/core/addon/components/list-table.hbs | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelog/_14572.txt diff --git a/changelog/_14572.txt b/changelog/_14572.txt new file mode 100644 index 0000000000..acc0d3c8ce --- /dev/null +++ b/changelog/_14572.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Restore re-sizable columns for secrets and namespaces tables. +``` diff --git a/ui/lib/core/addon/components/list-table.hbs b/ui/lib/core/addon/components/list-table.hbs index 3848b6b4a8..bb9532cac5 100644 --- a/ui/lib/core/addon/components/list-table.hbs +++ b/ui/lib/core/addon/components/list-table.hbs @@ -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|>