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

View File

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