1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-08-26 19:52:04 -04:00
parent d673c7730c
commit 1cb16f3d89

View File

@ -158,7 +158,7 @@ export function initCommandRegistry() {
{ {
id: "cluster.viewCurrentClusterSettings", id: "cluster.viewCurrentClusterSettings",
title: "Cluster: View Settings", title: "Cluster: View Settings",
scope: "entity", scope: "global",
action: () => navigate(routes.entitySettingsURL({ action: () => navigate(routes.entitySettingsURL({
params: { params: {
entityId: getActiveClusterEntity()?.id, entityId: getActiveClusterEntity()?.id,