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

Revert "Add Search by Ip to Pod View (#1445)"

This reverts commit 4079214dc1.
This commit is contained in:
Alex Andreev 2020-11-20 07:51:44 +03:00
parent 382687775b
commit cde9868dc2

View File

@ -86,7 +86,6 @@ export class Pods extends React.Component<Props> {
searchFilters={[
(pod: Pod) => pod.getSearchFields(),
(pod: Pod) => pod.getStatusMessage(),
(pod: Pod) => pod.status.podIP,
]}
renderHeaderTitle={<Trans>Pods</Trans>}
renderTableHeader={[