mirror of
https://github.com/openziti/zrok.git
synced 2025-06-05 01:17:47 +02:00
when no services
This commit is contained in:
parent
d9be87b702
commit
462e90a97f
@ -46,6 +46,7 @@ function buildGraph(overview) {
|
|||||||
draggable: true
|
draggable: true
|
||||||
});
|
});
|
||||||
id++
|
id++
|
||||||
|
if(item.services != null) {
|
||||||
item.services.forEach((item) => {
|
item.services.forEach((item) => {
|
||||||
out.nodes.push({
|
out.nodes.push({
|
||||||
id: '' + id,
|
id: '' + id,
|
||||||
@ -61,6 +62,7 @@ function buildGraph(overview) {
|
|||||||
})
|
})
|
||||||
id++
|
id++
|
||||||
});
|
});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
return out
|
return out
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user