forked from open-webui/open-webui
Merge pull request #249 from ollama-webui/overlay-message
fix: better error message for connection issue
This commit is contained in:
commit
e59aecb532
1 changed files with 30 additions and 27 deletions
|
@ -236,18 +236,20 @@
|
||||||
<div
|
<div
|
||||||
class="absolute rounded-xl w-full h-full backdrop-blur bg-gray-900/60 flex justify-center"
|
class="absolute rounded-xl w-full h-full backdrop-blur bg-gray-900/60 flex justify-center"
|
||||||
>
|
>
|
||||||
<div class="m-auto pb-44">
|
<div class="m-auto pb-44 flex flex-col justify-center">
|
||||||
|
<div class="max-w-md">
|
||||||
<div class="text-center dark:text-white text-2xl font-medium z-50">
|
<div class="text-center dark:text-white text-2xl font-medium z-50">
|
||||||
Ollama Update Required
|
Connection Issue or Update Needed
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" mt-4 text-center max-w-md text-sm dark:text-gray-200">
|
<div class=" mt-4 text-center text-sm dark:text-gray-200 w-full">
|
||||||
Oops! It seems like your Ollama needs a little attention. <br
|
Oops! It seems like your Ollama needs a little attention. <br
|
||||||
class=" hidden sm:flex"
|
class=" hidden sm:flex"
|
||||||
/>
|
/>We've detected either a connection hiccup or observed that you're using an older
|
||||||
We encountered a connection issue or noticed that you're running an outdated version. Please
|
version. Ensure you're on the latest Ollama version
|
||||||
update to
|
<br class=" hidden sm:flex" />(version
|
||||||
<span class=" dark:text-white font-medium">{requiredOllamaVersion} or above</span>.
|
<span class=" dark:text-white font-medium">{requiredOllamaVersion} or higher</span>)
|
||||||
|
or check your connection.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" mt-6 mx-auto relative group w-fit">
|
<div class=" mt-6 mx-auto relative group w-fit">
|
||||||
|
@ -270,6 +272,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in a new issue