feat: set a url parameter to activate tab index (#107)

This commit is contained in:
Fine0830
2022-06-14 17:01:11 +08:00
committed by GitHub
parent 0828f8a7aa
commit b697fe4713
13 changed files with 270 additions and 32 deletions

View File

@@ -538,6 +538,9 @@ function setNodeTools(nodeDashboard: any) {
}
}
async function freshNodes() {
if (!svg.value) {
return;
}
svg.value.selectAll(".topo-svg-graph").remove();
await init();
update();