mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change reActive to reopen in OpenCreationsTable
This commit is contained in:
parent
b476e84bc6
commit
ed83e11ef1
@ -48,10 +48,10 @@
|
|||||||
</b-button>
|
</b-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #cell(reActive)>
|
<template #cell(reopen)>
|
||||||
<b-button variant="warning" size="md" class="mr-2">
|
<!--b-button variant="warning" size="md" class="mr-2">
|
||||||
<b-icon icon="arrow-up" variant="light"></b-icon>
|
<b-icon icon="arrow-up" variant="light"></b-icon>
|
||||||
</b-button>
|
</b-button-->
|
||||||
</template>
|
</template>
|
||||||
<template #cell(chatCreation)="row">
|
<template #cell(chatCreation)="row">
|
||||||
<b-button v-if="row.item.messagesCount > 0" @click="rowToggleDetails(row, 0)">
|
<b-button v-if="row.item.messagesCount > 0" @click="rowToggleDetails(row, 0)">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user