|
|
|
@ -65,7 +65,14 @@
@@ -65,7 +65,14 @@
|
|
|
|
|
<td> |
|
|
|
|
{{ $t('form.contributorInvite.active.label').toUpperCase() }} |
|
|
|
|
</td> |
|
|
|
|
<td>{{ contributor.active }}</td> |
|
|
|
|
<td> |
|
|
|
|
<v-icon v-if="contributor.active" |
|
|
|
|
color="green" |
|
|
|
|
>mdi-check-bold</v-icon> |
|
|
|
|
<v-icon v-else |
|
|
|
|
color="red" |
|
|
|
|
>mdi-close-thick</v-icon> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</v-card-text> |
|
|
|
|