mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 04:09:14 +00:00
feat: update router and create service list component
This commit is contained in:
@@ -51,7 +51,7 @@ onBeforeMount(async () => {
|
||||
}
|
||||
});
|
||||
function linkInstance(row: any) {
|
||||
const path = `/dashboard/view/${row.layer}/serviceInstance/${selectorStore.currentService}/${row.value}`;
|
||||
const path = `/dashboard/${row.layer}/serviceInstance/${selectorStore.currentService}/${row.value}/test`;
|
||||
router.push(path);
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user