mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix updates rendering bug
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
>
|
>
|
||||||
<round-progress
|
<round-progress
|
||||||
[current]="(local.stateInfo.installingInfo.progress.overall | installingProgress) || 0"
|
[current]="(local.stateInfo.installingInfo.progress.overall | installingProgress) || 0"
|
||||||
[max]="100"
|
[max]="1"
|
||||||
[radius]="13"
|
[radius]="13"
|
||||||
[stroke]="3"
|
[stroke]="3"
|
||||||
[rounded]="true"
|
[rounded]="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user