fix: update pagination for service list, endpoint list, instance list and add legend configs (#45)

This commit is contained in:
Fine0830
2022-03-29 19:20:16 +08:00
committed by GitHub
parent 355fe215a3
commit 61d182b986
16 changed files with 168 additions and 121 deletions

View File

@@ -45,6 +45,7 @@ export type MetricConfigOpt = {
calculation: string;
labelsIndex: string;
sortOrder: string;
topN?: number;
};
export interface WidgetConfig {