#62 - fix
This commit is contained in:
parent
937d9572a7
commit
78d209dc3e
@ -74,7 +74,7 @@
|
|||||||
<tr
|
<tr
|
||||||
v-for="request in requests.data"
|
v-for="request in requests.data"
|
||||||
:key="request.id"
|
:key="request.id"
|
||||||
class="hover:bg-blumilk-25"
|
class="hover:bg-blumilk-25 relative"
|
||||||
>
|
>
|
||||||
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
|
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
|
||||||
<InertiaLink
|
<InertiaLink
|
||||||
@ -106,6 +106,10 @@
|
|||||||
>
|
>
|
||||||
<ChevronRightIcon class="block w-6 h-6 fill-blumilk-500" />
|
<ChevronRightIcon class="block w-6 h-6 fill-blumilk-500" />
|
||||||
</InertiaLink>
|
</InertiaLink>
|
||||||
|
<InertiaLink
|
||||||
|
:href="`/vacation-requests/${request.id}`"
|
||||||
|
class="absolute inset-0"
|
||||||
|
/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr
|
<tr
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
<tr
|
<tr
|
||||||
v-for="request in requests.data"
|
v-for="request in requests.data"
|
||||||
:key="request.id"
|
:key="request.id"
|
||||||
class="hover:bg-blumilk-25"
|
class="hover:bg-blumilk-25 relative"
|
||||||
>
|
>
|
||||||
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
|
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-500">
|
||||||
<InertiaLink
|
<InertiaLink
|
||||||
@ -268,6 +268,10 @@
|
|||||||
>
|
>
|
||||||
<ChevronRightIcon class="block w-6 h-6 fill-blumilk-500" />
|
<ChevronRightIcon class="block w-6 h-6 fill-blumilk-500" />
|
||||||
</InertiaLink>
|
</InertiaLink>
|
||||||
|
<InertiaLink
|
||||||
|
:href="`/vacation-requests/${request.id}`"
|
||||||
|
class="absolute inset-0"
|
||||||
|
/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr
|
<tr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user