#36 - validate vacation request #47

Merged
Baakoma merged 6 commits from #36-validate-vacation-request into main 2022-02-07 12:29:47 +01:00
Showing only changes of commit 6ceee75e0b - Show all commits

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" />