1
0
Fork 0
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:
Anthony Lapenna 2020-03-16 14:37:59 +13:00 committed by GitHub
parent d022853059
commit a11a348893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {