mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 21:32:37 +00:00
feat: support Tabs in the widget visiable when MQE expressions (#353)
This commit is contained in:
2
src/types/dashboard.d.ts
vendored
2
src/types/dashboard.d.ts
vendored
@@ -36,7 +36,7 @@ export interface LayoutConfig {
|
||||
expressions?: string[];
|
||||
metricTypes?: string[];
|
||||
typesOfMQE?: string[];
|
||||
children?: { name: string; children: LayoutConfig[] }[];
|
||||
children?: { name: string; children: LayoutConfig[]; expression?: string; enable?: boolean }[];
|
||||
activedTabIndex?: number;
|
||||
metricConfig?: MetricConfigOpt[];
|
||||
id?: string;
|
||||
|
Reference in New Issue
Block a user