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:
parent
1a6b11525d
commit
6021c66540
@ -105,6 +105,7 @@ export interface ClusterPreferences extends ClusterPrometheusPreferences {
|
|||||||
* cleared by preferences.
|
* cleared by preferences.
|
||||||
*/
|
*/
|
||||||
icon?: string | null;
|
icon?: string | null;
|
||||||
|
iconBackgroundColor?: string;
|
||||||
httpsProxy?: string;
|
httpsProxy?: string;
|
||||||
hiddenMetrics?: string[];
|
hiddenMetrics?: string[];
|
||||||
nodeShellImage?: string;
|
nodeShellImage?: string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user