Skip to content

Commit

Permalink
Fixes post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Dec 8, 2020
1 parent 69d887a commit 418371c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ export class KubernetesResourceListComponent implements OnDestroy {
noEntries: 'There are no resources'
},
getColumns: () => this.getColumns(catalogEntity.definition),
hideRefresh: this.isWorkloadView
};
listConfig.hideRefresh = this.isWorkloadView;

provider.updateListConfig(listConfig);
this.provider = provider;
Expand Down

0 comments on commit 418371c

Please sign in to comment.