From 4349c24eb9cbea1823ac8cae5b88fe9d786bee34 Mon Sep 17 00:00:00 2001 From: KangChun <97212897+Springrx@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:30:18 +0800 Subject: [PATCH] fix URL displayed (#833) * fix the inconsistency in the truncation length of the URL displayed on the inspector page * fix the inconsistency in the truncation length of the URL displayed on the inspector page * fix the url displayed on the inspector page --- frontend/src/views/inspector/FlowList.vue | 35 +++++++++++++++++++++-- lyrebird/version.py | 2 +- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/inspector/FlowList.vue b/frontend/src/views/inspector/FlowList.vue index b44f5470..e9881915 100644 --- a/frontend/src/views/inspector/FlowList.vue +++ b/frontend/src/views/inspector/FlowList.vue @@ -98,7 +98,7 @@