1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix: Bring back search filters for pods which were accidentally removed previously

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-05-10 10:59:14 +03:00
parent f2cb51884f
commit 7f1847557e
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -40,7 +40,10 @@ const NonInjectedPods = observer((props: Dependencies) => {
tableId="workloads_pods" tableId="workloads_pods"
isConfigurable isConfigurable
searchFilters={[ searchFilters={[
pod => pod.getSearchFields(),
pod => pod.getStatusMessage(),
pod => pod.status?.podIP, pod => pod.status?.podIP,
pod => pod.getNodeName(),
]} ]}
renderHeaderTitle="Pods" renderHeaderTitle="Pods"
renderTableHeader={[]} renderTableHeader={[]}