mirror of https://github.com/apache/cloudstack.git
infra: fix a-progress warnings
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
10fcb25457
commit
b76f9e9d91
|
|
@ -28,8 +28,6 @@
|
|||
</div>
|
||||
<a-progress
|
||||
status="normal"
|
||||
strokeWidth="10"
|
||||
style="margin-top: -2px"
|
||||
:percent="parseFloat(item.percentused)"
|
||||
:format="p => parseFloat(item.percentused).toFixed(2) + '%'" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue