generated from alphane/template
Visual changes
This commit is contained in:
@@ -58,6 +58,10 @@ export class UsersPolicy extends PolicyFactory(User) {
|
|||||||
"displayName",
|
"displayName",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if (this.user.isSystemAdmin) {
|
||||||
|
attributes.push("roles")
|
||||||
|
}
|
||||||
|
|
||||||
return attributes
|
return attributes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
<div
|
<div
|
||||||
v-else
|
v-else
|
||||||
class="d-flex"
|
class="d-flex"
|
||||||
style="width: 200px"
|
|
||||||
>
|
>
|
||||||
<h1
|
<h1
|
||||||
class="mt-1 ml-3"
|
class="mt-1 ml-3"
|
||||||
|
|||||||
Reference in New Issue
Block a user