We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57a91d commit 45a5b92Copy full SHA for 45a5b92
adminforth/spa/src/components/ResourceListTable.vue
@@ -128,7 +128,7 @@
128
}"
129
130
>
131
- <IconEyeSolid class="af-eye-icon w-5 h-5 me-2"/>
+ <IconEyeSolid class="af-show-icon w-5 h-5 me-2"/>
132
</RouterLink>
133
134
<template v-slot:tooltip>
@@ -147,7 +147,7 @@
147
}
148
149
150
- <IconPenSolid class="af-pen-icon w-5 h-5 me-2"/>
+ <IconPenSolid class="af-edit-icon w-5 h-5 me-2"/>
151
152
153
{{ $t('Edit item') }}
@@ -159,7 +159,7 @@
159
v-if="resource.options?.allowedActions.delete"
160
@click="deleteRecord(row)"
161
162
- <IconTrashBinSolid class="af-trash-icon w-5 h-5 me-2"/>
+ <IconTrashBinSolid class="af-delete-icon w-5 h-5 me-2"/>
163
</button>
164
165
0 commit comments