1
0
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:
Sebastian Malton 2021-11-26 08:41:08 -05:00 committed by GitHub
parent f6a51d1ae7
commit 0e7704ea3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`,