forked from extern/homer
fix if endpoint not up
This commit is contained in:
parent
049610bc91
commit
a7cbcc7700
@ -90,8 +90,10 @@ export default {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if(endpointContainers){
|
||||||
containers = containers.concat(endpointContainers);
|
containers = containers.concat(endpointContainers);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
this.containers = containers;
|
this.containers = containers;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user