bug: Fix regression. Admin-users and allowed-users can now be removed through the web interface (#2331)

* Fix regression. Admin-users and allowed-users can now be removed through the web interface
* remove raw usage from user tab on server admin
This commit is contained in:
Gonçalo Valério 2024-03-22 06:26:25 +00:00 committed by GitHub
parent 4bba6ecc82
commit 2a1505bc0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,8 @@
@remove="removeAdminUser(user)"
color="primary"
text-color="white"
v-text="user"
>
<span v-text="user" />
</q-chip>
</div>
<br />
@ -49,8 +49,8 @@
@remove="removeAllowedUser(user)"
color="primary"
text-color="white"
v-text="user"
>
<span v-text="user" />
</q-chip>
</div>
<br />