forked from open-webui/open-webui
feat: disable all actions for admins
This commit is contained in:
parent
77cc3b5470
commit
a433315346
1 changed files with 49 additions and 49 deletions
|
@ -279,7 +279,6 @@
|
|||
<ChatBubbles />
|
||||
</button>
|
||||
</Tooltip>
|
||||
{/if}
|
||||
|
||||
<Tooltip content={$i18n.t('Edit User')}>
|
||||
<button
|
||||
|
@ -329,6 +328,7 @@
|
|||
</svg>
|
||||
</button>
|
||||
</Tooltip>
|
||||
{/if}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue