From dc9d1068bd5c7a52208d29c72545e00989a53f1a Mon Sep 17 00:00:00 2001 From: nimrod-becker Date: Thu, 2 Aug 2018 16:41:13 +0300 Subject: [PATCH] fix overview counting --- .../overview/resource-overview/resource-overview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/overview/resource-overview/resource-overview.js b/frontend/src/app/components/overview/resource-overview/resource-overview.js index de8a80bd3e..f06121abfc 100644 --- a/frontend/src/app/components/overview/resource-overview/resource-overview.js +++ b/frontend/src/app/components/overview/resource-overview/resource-overview.js @@ -216,8 +216,8 @@ class ResourceOverviewViewModel extends Observer { this.cloudCounters[0].value(AWS); this.cloudCounters[1].value(AZURE); this.cloudCounters[2].value(GOOGLE); - this.cloudCounters[3].value(S3_COMPATIBLE); - this.cloudCounters[4].value(FLASHBLADE); + this.cloudCounters[3].value(FLASHBLADE); + this.cloudCounters[4].value(S3_COMPATIBLE); this.cloudCapacity(formatSize(cloudCapacity)); }