mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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>
|
</div>
|
||||||
<a-progress
|
<a-progress
|
||||||
status="normal"
|
status="normal"
|
||||||
strokeWidth="10"
|
|
||||||
style="margin-top: -2px"
|
|
||||||
:percent="parseFloat(item.percentused)"
|
:percent="parseFloat(item.percentused)"
|
||||||
:format="p => parseFloat(item.percentused).toFixed(2) + '%'" />
|
:format="p => parseFloat(item.percentused).toFixed(2) + '%'" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user