mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Change KubernetesCluster's settings menuItem's icon to a cog (#4425)
This commit is contained in:
parent
f6a51d1ae7
commit
0e7704ea3f
@ -114,7 +114,7 @@ export class KubernetesCluster extends CatalogEntity<KubernetesClusterMetadata,
|
|||||||
if (!this.metadata.source || this.metadata.source === "local") {
|
if (!this.metadata.source || this.metadata.source === "local") {
|
||||||
context.menuItems.push({
|
context.menuItems.push({
|
||||||
title: "Settings",
|
title: "Settings",
|
||||||
icon: "edit",
|
icon: "settings",
|
||||||
onClick: () => broadcastMessage(
|
onClick: () => broadcastMessage(
|
||||||
IpcRendererNavigationEvents.NAVIGATE_IN_APP,
|
IpcRendererNavigationEvents.NAVIGATE_IN_APP,
|
||||||
`/entity/${this.metadata.uid}/settings`,
|
`/entity/${this.metadata.uid}/settings`,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user