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

Add Search by Ip to Pod View (#1445)

Signed-off-by: Pavel Ashevskii <pashevskii@mirantis.com>
This commit is contained in:
pashevskii 2020-11-19 18:24:06 +04:00 committed by GitHub
parent d60eee20cc
commit b64694acda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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