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 />
|
<ChatBubbles />
|
||||||
</button>
|
</button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
{/if}
|
|
||||||
|
|
||||||
<Tooltip content={$i18n.t('Edit User')}>
|
<Tooltip content={$i18n.t('Edit User')}>
|
||||||
<button
|
<button
|
||||||
|
@ -329,6 +328,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue