mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 04:09:14 +00:00
feat: add Tab on the dashboard
This commit is contained in:
@@ -20,12 +20,13 @@ export interface LayoutConfig {
|
||||
w: number;
|
||||
h: number;
|
||||
i: string;
|
||||
widget?: WidgetConfig;
|
||||
graph?: GraphConfig;
|
||||
standard?: StandardConfig;
|
||||
widget: WidgetConfig;
|
||||
graph: GraphConfig;
|
||||
standard: StandardConfig;
|
||||
metrics?: string[];
|
||||
chart?: string;
|
||||
type?: string;
|
||||
queryMetricType?: string;
|
||||
children?: any[];
|
||||
}
|
||||
|
||||
export interface WidgetConfig {
|
||||
@@ -34,6 +35,7 @@ export interface WidgetConfig {
|
||||
}
|
||||
|
||||
export interface GraphConfig {
|
||||
type?: string;
|
||||
showBackground?: boolean;
|
||||
barWidth?: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user