You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/08/31 09:15:52 UTC

[GitHub] nitin-maharana opened a new pull request #2255: CLOUDSTACK-10059: Dashboard ignores resource value that is less than 1%

nitin-maharana opened a new pull request #2255: CLOUDSTACK-10059: Dashboard ignores resource value that is less than 1%
URL: https://github.com/apache/cloudstack/pull/2255
 
 
   Description:
   =========
   https://issues.apache.org/jira/browse/CLOUDSTACK-10059
   
   Root Cause:
   =========
   The API returns the percentage value as floating point number but In UI it is converted to floor value of that number.
   Hence for values less than 1%, the value is being converted to 0% and it doesn't show the value in the UI.
   
   Solution:
   =======
   Removed the conversion, now it represents as it is(Floating point value).
   
   Snapshots:
   ========
   Before
   ![before](https://user-images.githubusercontent.com/12583725/29915971-07bdfa2c-8e5b-11e7-84eb-84285547954c.png)
   
   After
   <img width="875" alt="after" src="https://user-images.githubusercontent.com/12583725/29915981-0ee7d43a-8e5b-11e7-9aca-c748aa819bf8.png">
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services