mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change elopage img in greyscale, remove unused code
This commit is contained in:
parent
047b990c9c
commit
f19aaa5806
BIN
admin/public/img/elopage_favicon.png
Normal file
BIN
admin/public/img/elopage_favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB |
@ -19,7 +19,7 @@
|
||||
v-if="!row.item.hasElopage"
|
||||
variant="danger"
|
||||
class="mr-3"
|
||||
src="img/elopage_favicon_w.png"
|
||||
src="img/elopage_favicon.png"
|
||||
></b-avatar>
|
||||
|
||||
<b-icon
|
||||
@ -27,29 +27,6 @@
|
||||
: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">
|
||||
<b-icon class="h4" icon="envelope" aria-label="Help"></b-icon>
|
||||
</b-badge>
|
||||
</b-td>
|
||||
<b-td>
|
||||
<b-badge v-if="!row.item.hasElopage" variant="danger" class="mr-2">
|
||||
<b-icon class="h4" icon="x-circle"></b-icon>
|
||||
</b-badge>
|
||||
</b-td>
|
||||
<b-td>
|
||||
<b-icon
|
||||
variant="dark"
|
||||
:icon="row.detailsShowing ? 'caret-up-fill' : 'caret-down'"
|
||||
:title="row.item.enabled ? $t('enabled') : $t('deleted')"
|
||||
></b-icon>
|
||||
</b-td>
|
||||
</b-tr>
|
||||
</b-table-simple>
|
||||
-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user