mirror of https://github.com/portainer/portainer
fix(containers): do not persist container status filter (#3615)
parent
d022853059
commit
a11a348893
|
@ -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…
Reference in New Issue