mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 07:04:07 +00:00
merge
This commit is contained in:
commit
fc898d663e
@ -33,6 +33,6 @@ defineProps({
|
|||||||
});
|
});
|
||||||
const dashboardStore = useDashboardStore();
|
const dashboardStore = useDashboardStore();
|
||||||
const isSankey = ref<boolean>(
|
const isSankey = ref<boolean>(
|
||||||
[EntityType[2].value, EntityType[4].value].includes(dashboardStore.entity)
|
[EntityType[2].value, EntityType[3].value].includes(dashboardStore.entity)
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
|
@ -207,7 +207,7 @@ async function getTopology(id: string) {
|
|||||||
Number(depth.value)
|
Number(depth.value)
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case EntityType[4].value:
|
case EntityType[3].value:
|
||||||
resp = await topologyStore.getInstanceTopology();
|
resp = await topologyStore.getInstanceTopology();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user