mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 23:05:20 +00:00
fix: progress bar
This commit is contained in:
parent
2095d4abb2
commit
26a8fd24a2
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@
|
||||||
<div class="w-full rounded-full bg-gray-800">
|
<div class="w-full rounded-full bg-gray-800">
|
||||||
<div
|
<div
|
||||||
class="bg-gray-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full"
|
class="bg-gray-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full"
|
||||||
style="width: {Math.max(10, pullProgress)}%"
|
style="width: {Math.max(15, pullProgress)}%"
|
||||||
>
|
>
|
||||||
{pullProgress}%
|
{pullProgress}%
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue