parent
6b2556c1da
commit
06863b854a
@ -132,9 +132,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="bg-white divide-y divide-gray-100">
|
<tbody class="bg-white divide-y divide-gray-100">
|
||||||
<tr
|
<InertiaLink
|
||||||
v-for="request in requests.data"
|
v-for="request in requests.data"
|
||||||
:key="request.id"
|
:key="request.id"
|
||||||
|
:href="`/vacation/requests/${request.id}`"
|
||||||
|
as="tr"
|
||||||
class="relative hover:bg-blumilk-25"
|
class="relative hover:bg-blumilk-25"
|
||||||
>
|
>
|
||||||
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
|
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
|
||||||
@ -167,12 +169,8 @@
|
|||||||
>
|
>
|
||||||
<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 focus:outline-blumilk-500"
|
|
||||||
/>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</InertiaLink>
|
||||||
<tr v-if="! requests.data.length">
|
<tr v-if="! requests.data.length">
|
||||||
<td
|
<td
|
||||||
colspan="100%"
|
colspan="100%"
|
||||||
|
@ -211,10 +211,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="bg-white divide-y divide-gray-100">
|
<tbody class="bg-white divide-y divide-gray-100">
|
||||||
<tr
|
<InertiaLink
|
||||||
v-for="request in requests.data"
|
v-for="request in requests.data"
|
||||||
:key="request.id"
|
:key="request.id"
|
||||||
class="relative hover:bg-blumilk-25"
|
as="tr"
|
||||||
|
:href="`/vacation/requests/${request.id}`"
|
||||||
|
class="relative hover:bg-blumilk-25 hover:cursor-pointer"
|
||||||
>
|
>
|
||||||
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
|
<td class="p-4 text-sm text-gray-500 whitespace-nowrap">
|
||||||
<InertiaLink
|
<InertiaLink
|
||||||
@ -261,12 +263,8 @@
|
|||||||
>
|
>
|
||||||
<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 focus:outline-blumilk-500"
|
|
||||||
/>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</InertiaLink>
|
||||||
<tr v-if="! requests.data.length">
|
<tr v-if="! requests.data.length">
|
||||||
<td
|
<td
|
||||||
colspan="100%"
|
colspan="100%"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user