mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(containers): do not persist container status filter (#3615)
This commit is contained in:
parent
d022853059
commit
a11a348893
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ function ($scope, $controller, DatatableService, EndpointProvider) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.filters.state.enabled = filtered;
|
this.filters.state.enabled = filtered;
|
||||||
DatatableService.setDataTableFilters(this.tableKey, this.filters);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.onSettingsContainerNameTruncateChange = function() {
|
this.onSettingsContainerNameTruncateChange = function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue