Merge pull request #401 from Zareix/fix/portainer-service

Portainer service - Fix for down endpoints
This commit is contained in:
Evan Steinkerchner 2022-03-19 12:58:34 -04:00 committed by GitHub
commit 6351bf973c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,9 @@ export default {
}
);
containers = containers.concat(endpointContainers);
if (endpointContainers) {
containers = containers.concat(endpointContainers);
}
}
this.containers = containers;