Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
fb8d52ed
Unverified
Commit
fb8d52ed
authored
Oct 23, 2023
by
Timothy Jaeryang Baek
Committed by
GitHub
Oct 23, 2023
Browse files
Merge pull request #25 from ollama-webui/dev
fix: progress bar
parents
5ec20c1a
63fc4ad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/chat/SettingsModal.svelte
src/lib/components/chat/SettingsModal.svelte
+1
-1
No files found.
src/lib/components/chat/SettingsModal.svelte
View file @
fb8d52ed
...
...
@@ -318,7 +318,7 @@
<div class="w-full rounded-full bg-gray-800">
<div
class="bg-gray-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full"
style="width: {Math.max(1
0
, pullProgress)}%"
style="width: {Math.max(1
5
, pullProgress)}%"
>
{pullProgress}%
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment