diff --git a/src/views/dashboard/panel/Tool.vue b/src/views/dashboard/panel/Tool.vue index d1dbb4b8..7f80129b 100644 --- a/src/views/dashboard/panel/Tool.vue +++ b/src/views/dashboard/panel/Tool.vue @@ -55,7 +55,13 @@ limitations under the License. --> />
- $DestinationServiceInstance + + {{ + dashboardStore.entity === "EndpointRelation" + ? "$DestinationEndpoint" + : "$DestinationServiceInstance" + }} + + +
@@ -46,9 +53,16 @@ limitations under the License. --> left: operationsPos.x + 'px', }" > - - {{ item.title }} - + + + {{ item.title }} + +