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

allow to search catalog by source (#3097)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-06-18 11:23:22 +03:00 committed by GitHub
parent 7ba93c9c70
commit b256475044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ export class CatalogEntityItem<T extends CatalogEntity> implements ItemObject {
this.name,
this.id,
this.phase,
`source=${this.source}`,
...this.labels.map((value, key) => `${key}=${value}`)
];
}