mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
table settings propagated through nested tables (#5698)
This commit is contained in:
parent
c26ba23c53
commit
ad94162019
4 changed files with 4 additions and 1 deletions
|
@ -147,7 +147,7 @@ angular.module('portainer.docker').controller('KubernetesApplicationsDatatableCo
|
|||
this.expandItems(storedExpandedItems);
|
||||
}
|
||||
|
||||
const storedSettings = DatatableService.getDataTableSettings(this.tableKey);
|
||||
const storedSettings = DatatableService.getDataTableSettings(this.settingsKey);
|
||||
if (storedSettings !== null) {
|
||||
this.settings = storedSettings;
|
||||
this.settings.open = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue