This commit is contained in:
EwelinaLasowy 2022-02-07 12:25:00 +01:00
parent e49d6f3e6b
commit 6ceee75e0b

View File

@ -61,12 +61,12 @@
> >
Dni urlopu Dni urlopu
</th> </th>
<th <th
scope="col" scope="col"
class="px-4 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider" class="px-4 py-3 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider"
> >
Status Status
</th> </th>
<th scope="col" /> <th scope="col" />
</tr> </tr>
</thead> </thead>
@ -96,9 +96,9 @@
<td class="px-4 py-4 whitespace-nowrap text-right text-sm text-gray-500"> <td class="px-4 py-4 whitespace-nowrap text-right text-sm text-gray-500">
{{ request.estimatedDays }} {{ request.estimatedDays }}
</td> </td>
<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">
{{ request.state }} {{ request.state }}
</td> </td>
<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 :href="`/vacation-requests/${request.id}`"> <InertiaLink :href="`/vacation-requests/${request.id}`">
<ChevronRightIcon class="block w-6 h-6 fill-gray-400" /> <ChevronRightIcon class="block w-6 h-6 fill-gray-400" />