mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add check for hasElopage in adminarea in usersearch list
This commit is contained in:
parent
437a431a8d
commit
f814267445
@ -72,6 +72,14 @@
|
||||
</b-button>
|
||||
</template>
|
||||
|
||||
<template #cell(has_elopage)="row">
|
||||
<b-button :variant="row.item.hasElopage ? 'success' : 'danger'" size="md" class="mr-2">
|
||||
<b-icon
|
||||
:icon="row.item.hasElopage ? 'arrow-up-short' : 'exclamation-triangle-fill'"
|
||||
></b-icon>
|
||||
</b-button>
|
||||
</template>
|
||||
|
||||
<template #cell(transactions_list)="row">
|
||||
<b-button variant="warning" size="md" @click="rowToogleDetails(row, 2)" class="mr-2">
|
||||
<b-icon icon="list"></b-icon>
|
||||
|
||||
@ -111,6 +111,7 @@ export default {
|
||||
},
|
||||
{ key: 'show_details', label: this.$t('details') },
|
||||
{ key: 'confirm_mail', label: this.$t('confirmed') },
|
||||
{ key: 'has_elopage', label: 'elopage' },
|
||||
{ key: 'transactions_list', label: this.$t('transaction') },
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user