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:
parent
4bba6ecc82
commit
2a1505bc0d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue