#108 - fix
This commit is contained in:
parent
6dceabb857
commit
62588e0dbe
@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<InertiaHead title="Moje wnioski urlopowe" />
|
<InertiaHead title="Moje wnioski" />
|
||||||
<div class="bg-white shadow-md">
|
<div class="bg-white shadow-md">
|
||||||
<div class="flex justify-between items-center p-4 sm:px-6">
|
<div class="flex justify-between items-center p-4 sm:px-6">
|
||||||
<h2 class="text-lg font-medium leading-6 text-gray-900">
|
<h2 class="text-lg font-medium leading-6 text-gray-900">
|
||||||
Moje wnioski urlopowe
|
Moje wnioski
|
||||||
</h2>
|
</h2>
|
||||||
<div>
|
<div>
|
||||||
<InertiaLink
|
<InertiaLink
|
||||||
@ -102,7 +102,7 @@
|
|||||||
scope="col"
|
scope="col"
|
||||||
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
|
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
|
||||||
>
|
>
|
||||||
Rodzaj urlopu
|
Rodzaj wniosku
|
||||||
</th>
|
</th>
|
||||||
<th
|
<th
|
||||||
scope="col"
|
scope="col"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<InertiaHead title="Wnioski urlopowe" />
|
<InertiaHead title="Lista wniosków" />
|
||||||
<div class="bg-white shadow-md">
|
<div class="bg-white shadow-md">
|
||||||
<div class="flex justify-between items-center p-4 sm:px-6">
|
<div class="flex justify-between items-center p-4 sm:px-6">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="text-lg font-medium leading-6 text-gray-900">
|
<h2 class="text-lg font-medium leading-6 text-gray-900">
|
||||||
Wnioski urlopowe
|
Lista wniosków
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@ -181,7 +181,7 @@
|
|||||||
scope="col"
|
scope="col"
|
||||||
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
|
class="py-3 px-4 text-xs font-semibold tracking-wider text-left text-gray-500 uppercase whitespace-nowrap"
|
||||||
>
|
>
|
||||||
Rodzaj urlopu
|
Rodzaj wniosku
|
||||||
</th>
|
</th>
|
||||||
<th
|
<th
|
||||||
scope="col"
|
scope="col"
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="py-4 sm:grid sm:grid-cols-3 sm:gap-4 sm:py-5 sm:px-6">
|
<div class="py-4 sm:grid sm:grid-cols-3 sm:gap-4 sm:py-5 sm:px-6">
|
||||||
<dt class="text-sm font-medium text-gray-500">
|
<dt class="text-sm font-medium text-gray-500">
|
||||||
Rodzaj urlopu
|
Rodzaj wniosku
|
||||||
</dt>
|
</dt>
|
||||||
<dd class="mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0">
|
<dd class="mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0">
|
||||||
<VacationType :type="request.type" />
|
<VacationType :type="request.type" />
|
||||||
|
@ -301,7 +301,7 @@ const navigation = computed(() =>
|
|||||||
can: true,
|
can: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Wnioski urlopowe',
|
name: 'Lista wniosków',
|
||||||
href: '/vacation/requests',
|
href: '/vacation/requests',
|
||||||
component: 'VacationRequest/IndexForApprovers',
|
component: 'VacationRequest/IndexForApprovers',
|
||||||
icon: CollectionIcon,
|
icon: CollectionIcon,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user