mirror of https://github.com/bastienwirtz/homer
Merge pull request #401 from Zareix/fix/portainer-service
Portainer service - Fix for down endpointspull/409/head
commit
6351bf973c
|
@ -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