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