1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-11 09:25:26 +03: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 3ffb243111
commit 9c7be39eb1

View File

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