adminforth 1.15.0-next.13 → 1.15.0-next.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
{{ $t('Actions') }}
|
|
60
60
|
</td>
|
|
61
61
|
</tr>
|
|
62
|
-
<tr v-for="c in tableBodyStartInjection" :key="c.id" class="align-top border-b border-lightListBorder dark:border-
|
|
62
|
+
<tr v-for="c in tableBodyStartInjection" :key="c.id" class="align-top border-b border-lightListBorder dark:border-darkListBorder dark:bg-darkListTable">
|
|
63
63
|
<component :is="getCustomComponent(c)" :meta="c.meta" :resource="resource" :adminUser="coreStore.adminUser" />
|
|
64
64
|
</tr>
|
|
65
65
|
<!-- table header end -->
|