New backup 2025-07-25 14:21:51
This commit is contained in:
parent
ca284656da
commit
cedf37d3d7
1 changed files with 7 additions and 5 deletions
|
@ -3,8 +3,10 @@
|
||||||
:class "metric"
|
:class "metric"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(box :class "label" label)
|
(box :class "label" label)
|
||||||
(circular-progress
|
(transform :rotate 50
|
||||||
:value value
|
:transform-origin-x '50%'
|
||||||
:start-at 0
|
:transform-origin-y '50%'
|
||||||
:thickness 10
|
(circular-progress :value value
|
||||||
:clockwise true)))
|
:start-at 0
|
||||||
|
:thickness 10
|
||||||
|
:clockwise true))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue