1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-03-31 16:43:42 +03:00
parent 813c0df9e7
commit 4e5048b326
2 changed files with 0 additions and 5 deletions

View File

@ -35,10 +35,6 @@ export class KubernetesCluster implements CatalogEntity {
return this.metadata.name;
}
get cluster() {
return clusterStore.getById(this.metadata.uid);
}
async onRun(context: CatalogEntityActionContext) {
context.navigate(`/cluster/${this.metadata.uid}`);
}

View File

@ -21,7 +21,6 @@ export class CatalogPusher {
}
broadcast() {
console.log("BROADCAST");
broadcastMessage("catalog:items", toJS(this.catalog.items, { recurseEverything: true }));
}
}