aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/services/Portainer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/Portainer.vue b/src/components/services/Portainer.vue
index 2490959..5f3954f 100644
--- a/src/components/services/Portainer.vue
+++ b/src/components/services/Portainer.vue
@@ -90,7 +90,7 @@ export default {
90 } 90 }
91 ); 91 );
92 92
93 if(endpointContainers){ 93 if (endpointContainers) {
94 containers = containers.concat(endpointContainers); 94 containers = containers.concat(endpointContainers);
95 } 95 }
96 } 96 }