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:
parent
7ba93c9c70
commit
b256475044
@ -81,6 +81,7 @@ export class CatalogEntityItem<T extends CatalogEntity> implements ItemObject {
|
|||||||
this.name,
|
this.name,
|
||||||
this.id,
|
this.id,
|
||||||
this.phase,
|
this.phase,
|
||||||
|
`source=${this.source}`,
|
||||||
...this.labels.map((value, key) => `${key}=${value}`)
|
...this.labels.map((value, key) => `${key}=${value}`)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user