mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: remove unexpected data for exporting dashboards (#89)
This commit is contained in:
6
src/types/dashboard.d.ts
vendored
6
src/types/dashboard.d.ts
vendored
@@ -39,9 +39,9 @@ export interface LayoutConfig {
|
||||
}
|
||||
|
||||
export type MetricConfigOpt = {
|
||||
unit: string;
|
||||
label: string;
|
||||
calculation: string;
|
||||
unit?: string;
|
||||
label?: string;
|
||||
calculation?: string;
|
||||
labelsIndex: string;
|
||||
sortOrder: string;
|
||||
topN?: number;
|
||||
|
Reference in New Issue
Block a user