diff options
author | Raphaël Catarino <raphcatarino@gmail.com> | 2022-03-19 14:12:30 +0100 |
---|---|---|
committer | Raphaël Catarino <raphcatarino@gmail.com> | 2022-03-19 14:12:30 +0100 |
commit | 4e953d7c81f98bb36ffd8a025eab16de66d02acf (patch) | |
tree | 01217ac854243a90a1348b289ae1d6cc6fbf1ad5 /src | |
parent | a7cbcc7700990dbdfbfe61374e14a700ff0d4714 (diff) | |
download | homer-4e953d7c81f98bb36ffd8a025eab16de66d02acf.tar.gz homer-4e953d7c81f98bb36ffd8a025eab16de66d02acf.tar.zst homer-4e953d7c81f98bb36ffd8a025eab16de66d02acf.zip |
prettier
Diffstat (limited to 'src')
-rw-r--r-- | src/components/services/Portainer.vue | 2 |
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 | } |