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