fix(containers): do not persist container status filter (#3615)
This commit is contained in:
@@ -130,7 +130,6 @@ function ($scope, $controller, DatatableService, EndpointProvider) {
|
||||
}
|
||||
}
|
||||
this.filters.state.enabled = filtered;
|
||||
DatatableService.setDataTableFilters(this.tableKey, this.filters);
|
||||
};
|
||||
|
||||
this.onSettingsContainerNameTruncateChange = function() {
|
||||
|
||||
Reference in New Issue
Block a user