mirror of
https://github.com/open-webui/open-webui
synced 2025-01-30 14:29:55 +00:00
feat: disable external tab for users with user role
This commit is contained in:
parent
e278ca9ef7
commit
8c4528366f
@ -692,7 +692,6 @@
|
||||
</div>
|
||||
<div class=" self-center">Models</div>
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
<button
|
||||
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
||||
@ -717,6 +716,7 @@
|
||||
</div>
|
||||
<div class=" self-center">External</div>
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
<button
|
||||
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
||||
|
Loading…
Reference in New Issue
Block a user