This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new ce4608ad fix: path (#314)
ce4608ad is described below

commit ce4608ad4b46cb386ad4907d52ea11fdfcd9a4b0
Author: Fine0830 <[email protected]>
AuthorDate: Wed Aug 30 20:05:59 2023 +0800

    fix: path (#314)
---
 src/layout/components/NavBar.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue
index c2b188dd..7f000cb1 100644
--- a/src/layout/components/NavBar.vue
+++ b/src/layout/components/NavBar.vue
@@ -203,7 +203,7 @@ limitations under the License. -->
         (d: DashboardItem) => MetricCatalog.SERVICE_RELATION === d.entity && 
dashboard.layer === d.layer,
       );
       const list = serviceRelationDashboards.map((d: { path: string } & 
DashboardItem, index: number) => {
-        let path = 
`/dashboard/related/${d.layer}/${d.entity}/${serviceId}/${destServiceId}/${d.name}`;
+        let path = `/dashboard/${d.layer}/${d.entity}/${d.name}`;
         if (destServiceId) {
           path = 
`/dashboard/related/${d.layer}/${d.entity}/${serviceId}/${destServiceId}/${d.name}`;
         }

Reply via email to