From 8d994f577d72be71b9b6c7d92efce4e5d7867211 Mon Sep 17 00:00:00 2001 From: Fine Date: Mon, 28 Nov 2022 21:24:39 +0800 Subject: [PATCH] fix --- src/views/dashboard/data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/dashboard/data.ts b/src/views/dashboard/data.ts index ff3d28a6..b386e28a 100644 --- a/src/views/dashboard/data.ts +++ b/src/views/dashboard/data.ts @@ -145,6 +145,7 @@ export enum MetricCatalog { SERVICE_RELATION = "ServiceRelation", SERVICE_INSTANCE_RELATION = "ServiceInstanceRelation", ENDPOINT_RELATION = "EndpointRelation", + PROCESS_RELATION = "ProcessRelation", } export const EntityType = [ { value: "Service", label: "Service", key: 1 },