Skip to content

Commit

Permalink
fix overview counting
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-becker committed Aug 2, 2018
1 parent 215f2e2 commit dc9d106
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down

0 comments on commit dc9d106

Please sign in to comment.