diff --git a/src/views/dashboard/related/topology/components/Graph.vue b/src/views/dashboard/related/topology/components/Graph.vue index 8f906f9e..61544d8d 100644 --- a/src/views/dashboard/related/topology/components/Graph.vue +++ b/src/views/dashboard/related/topology/components/Graph.vue @@ -42,7 +42,7 @@ limitations under the License. --> :y="n.y - 38" :href="!n.type || n.type === `N/A` ? icons.UNDEFINED : icons[n.type.toUpperCase().replace('-', '')]" /> - + {{ n.name.length > 20 ? `${n.name.substring(0, 20)}...` : n.name }}