mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-05-07 00:36:59 +02:00
Merge pull request #401 from Zareix/fix/portainer-service
Portainer service - Fix for down endpoints
This commit is contained in:
@@ -90,7 +90,9 @@ export default {
|
||||
}
|
||||
);
|
||||
|
||||
containers = containers.concat(endpointContainers);
|
||||
if (endpointContainers) {
|
||||
containers = containers.concat(endpointContainers);
|
||||
}
|
||||
}
|
||||
|
||||
this.containers = containers;
|
||||
|
||||
Reference in New Issue
Block a user