1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add iconBackgroundColor cluster preference type

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-16 13:01:35 +03:00
parent 1a6b11525d
commit 6021c66540

View File

@ -105,6 +105,7 @@ export interface ClusterPreferences extends ClusterPrometheusPreferences {
* cleared by preferences.
*/
icon?: string | null;
iconBackgroundColor?: string;
httpsProxy?: string;
hiddenMetrics?: string[];
nodeShellImage?: string;