mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
change status danger icon to avatars, add elopage icon as img
This commit is contained in:
parent
d7b3e94343
commit
047b990c9c
BIN
admin/public/img/elopage_favicon_w.png
Normal file
BIN
admin/public/img/elopage_favicon_w.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@ -7,7 +7,28 @@
|
||||
|
||||
<template #cell(status)="row">
|
||||
<div @click="rowToogleDetails(row, 0)" class="text-right">
|
||||
<b-table-simple fixed-width small>
|
||||
<b-avatar
|
||||
v-if="!row.item.emailChecked"
|
||||
href="#baz"
|
||||
icon="envelope"
|
||||
class="align-center mr-3"
|
||||
variant="danger"
|
||||
></b-avatar>
|
||||
|
||||
<b-avatar
|
||||
v-if="!row.item.hasElopage"
|
||||
variant="danger"
|
||||
class="mr-3"
|
||||
src="img/elopage_favicon_w.png"
|
||||
></b-avatar>
|
||||
|
||||
<b-icon
|
||||
variant="dark"
|
||||
:icon="row.detailsShowing ? 'caret-up-fill' : 'caret-down'"
|
||||
:title="row.item.enabled ? $t('enabled') : $t('deleted')"
|
||||
></b-icon>
|
||||
|
||||
<!--<b-table-simple fixed-width small>
|
||||
<b-tr>
|
||||
<b-td>
|
||||
<b-badge v-if="!row.item.emailChecked" variant="danger" class="mr-2">
|
||||
@ -28,6 +49,7 @@
|
||||
</b-td>
|
||||
</b-tr>
|
||||
</b-table-simple>
|
||||
-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user