mirror of
https://github.com/open-webui/open-webui
synced 2024-11-21 15:47:49 +00:00
refac: styling
Some checks failed
Deploy to HuggingFace Spaces / check-secret (push) Successful in 18s
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Failing after 6m23s
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Failing after 4m50s
Create and publish Docker images with specific build args / merge-main-images (push) Has been skipped
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Failing after 3m57s
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Failing after 5m47s
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been skipped
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Failing after 4m14s
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Failing after 7m0s
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been skipped
Python CI / Format Backend (3.11) (push) Failing after 2m25s
Frontend Build / Format & Build Frontend (push) Failing after 1m17s
Frontend Build / Frontend Unit Tests (push) Failing after 1m17s
Integration Test / Run Cypress Integration Tests (push) Failing after 2m33s
Integration Test / Run Migration Tests (push) Failing after 1m50s
Deploy to HuggingFace Spaces / deploy (push) Has been skipped
Some checks failed
Deploy to HuggingFace Spaces / check-secret (push) Successful in 18s
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Failing after 6m23s
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Failing after 4m50s
Create and publish Docker images with specific build args / merge-main-images (push) Has been skipped
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Failing after 3m57s
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Failing after 5m47s
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been skipped
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Failing after 4m14s
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Failing after 7m0s
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been skipped
Python CI / Format Backend (3.11) (push) Failing after 2m25s
Frontend Build / Format & Build Frontend (push) Failing after 1m17s
Frontend Build / Frontend Unit Tests (push) Failing after 1m17s
Integration Test / Run Cypress Integration Tests (push) Failing after 2m33s
Integration Test / Run Migration Tests (push) Failing after 1m50s
Deploy to HuggingFace Spaces / deploy (push) Has been skipped
This commit is contained in:
parent
ecf21de28f
commit
bca9c71ed6
@ -104,7 +104,7 @@
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
<hr class="border-gray-100 dark:border-gray-800 my-1" />
|
||||
<hr class="border-black/5 dark:border-white/5 my-1" />
|
||||
{/if}
|
||||
|
||||
{#if $config?.features?.enable_web_search}
|
||||
@ -122,7 +122,7 @@
|
||||
<Switch state={webSearchEnabled} />
|
||||
</button>
|
||||
|
||||
<hr class="border-gray-100 dark:border-gray-800 my-1" />
|
||||
<hr class="border-black/5 dark:border-white/5 my-1" />
|
||||
{/if}
|
||||
|
||||
<DropdownMenu.Item
|
||||
|
Loading…
Reference in New Issue
Block a user