mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Remove reopen since it is not used yet
This commit is contained in:
parent
dc0e9c478e
commit
c81013a70e
@ -48,11 +48,6 @@
|
||||
</b-button>
|
||||
</div>
|
||||
</template>
|
||||
<!--template #cell(reopen)>
|
||||
<b-button variant="warning" size="md" class="mr-2">
|
||||
<b-icon icon="arrow-up" variant="light"></b-icon>
|
||||
</b-button>
|
||||
</template-->
|
||||
<template #cell(chatCreation)="row">
|
||||
<b-button v-if="row.item.messagesCount > 0" @click="rowToggleDetails(row, 0)">
|
||||
<b-icon icon="chat-dots"></b-icon>
|
||||
|
||||
@ -135,7 +135,6 @@
|
||||
},
|
||||
"redeemed": "eingelöst",
|
||||
"removeNotSelf": "Als Admin/Moderator kannst du dich nicht selber löschen.",
|
||||
"reopen": "Öffnen",
|
||||
"save": "Speichern",
|
||||
"statistic": {
|
||||
"activeUsers": "Aktive Mitglieder",
|
||||
|
||||
@ -135,7 +135,6 @@
|
||||
},
|
||||
"redeemed": "redeemed",
|
||||
"removeNotSelf": "As an admin/moderator, you cannot delete yourself.",
|
||||
"reopen": "Reopen",
|
||||
"save": "Speichern",
|
||||
"statistic": {
|
||||
"activeUsers": "Active members",
|
||||
|
||||
@ -251,7 +251,6 @@ export default {
|
||||
],
|
||||
[
|
||||
// denied contributions
|
||||
{ key: 'reopen', label: this.$t('reopen') },
|
||||
{ key: 'firstName', label: this.$t('firstname') },
|
||||
{ key: 'lastName', label: this.$t('lastname') },
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user