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:
parent
74624b1fdf
commit
f724e4fcef
@ -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}`)
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user