mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Merge pull request #401 from Zareix/fix/portainer-service
Portainer service - Fix for down endpoints
This commit is contained in:
commit
6351bf973c
1 changed files with 3 additions and 1 deletions
|
|
@ -90,7 +90,9 @@ export default {
|
|||
}
|
||||
);
|
||||
|
||||
containers = containers.concat(endpointContainers);
|
||||
if (endpointContainers) {
|
||||
containers = containers.concat(endpointContainers);
|
||||
}
|
||||
}
|
||||
|
||||
this.containers = containers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue