mirror of https://github.com/bastienwirtz/homer
fix if endpoint not up
parent
049610bc91
commit
a7cbcc7700
|
@ -90,7 +90,9 @@ export default {
|
|||
}
|
||||
);
|
||||
|
||||
containers = containers.concat(endpointContainers);
|
||||
if(endpointContainers){
|
||||
containers = containers.concat(endpointContainers);
|
||||
}
|
||||
}
|
||||
|
||||
this.containers = containers;
|
||||
|
|
Loading…
Reference in New Issue