+
+
+ $Service
+
+
+
+
+ {{
+ ["EndpointRelation", "Endpoint"].includes(dashboardStore.entity)
+ ? "$Endpoint"
+ : "$ServiceInstance"
+ }}
+
+
+
+
+ $Process
+
+
-
-
- {{
- ["EndpointRelation", "Endpoint"].includes(dashboardStore.entity)
- ? "$Endpoint"
- : "$ServiceInstance"
- }}
-
-
-
-
- $Process
-
-
-
- $DestinationService
-
-
-
-
- {{
- dashboardStore.entity === "EndpointRelation"
- ? "$DestinationEndpoint"
- : "$DestinationServiceInstance"
- }}
-
-
-
-
-
$DestinationProcess
-
+
+
+ $DestinationService
+
+
+
+
+ {{
+ dashboardStore.entity === "EndpointRelation"
+ ? "$DestinationEndpoint"
+ : "$DestinationServiceInstance"
+ }}
+
+
+
+
+ $DestinationProcess
+
+