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
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ae97e16e9d
commit
81e90650f4
@ -114,7 +114,7 @@ export class KubernetesCluster extends CatalogEntity<KubernetesClusterMetadata,
|
||||
if (!this.metadata.source || this.metadata.source === "local") {
|
||||
context.menuItems.push({
|
||||
title: "Settings",
|
||||
icon: "edit",
|
||||
icon: "settings",
|
||||
onClick: () => broadcastMessage(
|
||||
IpcRendererNavigationEvents.NAVIGATE_IN_APP,
|
||||
`/entity/${this.metadata.uid}/settings`,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user