"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "a0dbbb23c4199b8bf683dee5d7808ac720e9560f"
Unverified Commit fb8d52ed authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #25 from ollama-webui/dev

fix: progress bar
parents 5ec20c1a 63fc4ad1
...@@ -318,7 +318,7 @@ ...@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment