mirror of
https://github.com/open-webui/desktop
synced 2025-06-26 18:15:59 +00:00
feat: connect to remote server button
This commit is contained in:
parent
d1c9195bc9
commit
25f2671d10
@ -146,6 +146,16 @@
|
||||
>
|
||||
{`Continue`}
|
||||
</div>
|
||||
|
||||
<button
|
||||
class="text-xs mt-3 text-gray-500 cursor-pointer"
|
||||
in:fly={{ delay: 500, duration: 750, y: 10 }}
|
||||
onclick={() => {
|
||||
console.log('hi');
|
||||
}}
|
||||
>
|
||||
To connect to an existing server, click here.
|
||||
</button>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user