From 6021c66540b71a3e1cd09ac3f2bec8a6b4d93ce9 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 16 Mar 2023 13:01:35 +0300 Subject: [PATCH] Add iconBackgroundColor cluster preference type Signed-off-by: Alex Andreev --- packages/core/src/common/cluster-types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/common/cluster-types.ts b/packages/core/src/common/cluster-types.ts index ba01489152..da5d9f5079 100644 --- a/packages/core/src/common/cluster-types.ts +++ b/packages/core/src/common/cluster-types.ts @@ -105,6 +105,7 @@ export interface ClusterPreferences extends ClusterPrometheusPreferences { * cleared by preferences. */ icon?: string | null; + iconBackgroundColor?: string; httpsProxy?: string; hiddenMetrics?: string[]; nodeShellImage?: string;