fix(containers): do not persist container status filter (#3615)

pull/3621/head
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
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ function ($scope, $controller, DatatableService, EndpointProvider) {
}
}
this.filters.state.enabled = filtered;
DatatableService.setDataTableFilters(this.tableKey, this.filters);
};
this.onSettingsContainerNameTruncateChange = function() {