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