Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #845 from ammendonca/HAWKULAR-1035
Browse files Browse the repository at this point in the history
HAWKULAR-1035 : Fix mismatch in DS used percentage
  • Loading branch information
mtho11 committed Feb 11, 2016
2 parents 38433e2 + 7dec6f4 commit 3f35055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module HawkularMetrics {
type: 'donut',
columns: [
['Used', used],
['Available', 100]
['Available', 100 - used]
],
groups: [
['used', 'available']
Expand Down

0 comments on commit 3f35055

Please sign in to comment.