mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix(ui): admin label
This commit is contained in:
parent
b2cecc79fb
commit
1fc842c321
@ -325,7 +325,7 @@
|
|||||||
</v-list-item-content>
|
</v-list-item-content>
|
||||||
|
|
||||||
<v-list-item-action>
|
<v-list-item-action>
|
||||||
<v-chip color="red" small>admin</v-chip>
|
<v-chip color="red" v-if="user.admin" small>admin</v-chip>
|
||||||
</v-list-item-action>
|
</v-list-item-action>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user