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

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-06-18 10:55:32 +03:00
parent 74624b1fdf
commit f724e4fcef

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}`)
];
}