Skip to content

Commit

Permalink
Fix filter by name in generic kube resource list (#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox authored Dec 18, 2020
1 parent 9345156 commit 94d1947
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ export class KubernetesResourceListComponent implements OnDestroy {
listConfig.hideRefresh = this.isWorkloadView;

provider.updateListConfig(listConfig);
provider.updateDataSourceConfig({
transformEntities: [{ type: 'filter', field: 'metadata.name' }]
});
this.provider = provider;
}

Expand Down

0 comments on commit 94d1947

Please sign in to comment.