change elopage img in greyscale, remove unused code

This commit is contained in:
ogerly 2022-02-22 10:06:06 +01:00 committed by Ulf Gebhardt
parent 047b990c9c
commit f19aaa5806
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 1 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -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>