File tree Expand file tree Collapse file tree
resources/js/Components/Common/Client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const createClient = ref(false);
2222 <div
2323 data-testid =" client_table"
2424 class =" grid min-w-full"
25- style =" grid-template-columns : 1fr 150px 80px " >
25+ style =" grid-template-columns : 1fr 150px 200 px 80px " >
2626 <ClientTableHeading ></ClientTableHeading >
2727 <div
2828 class =" col-span-2 py-24 text-center"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import TableHeading from '@/Components/Common/TableHeading.vue';
88 class =" py-1.5 pr-3 text-left font-semibold text-white pl-4 sm:pl-6 lg:pl-8 3xl:pl-12" >
99 Name
1010 </div >
11+ <div class =" px-3 py-1.5 text-left font-semibold text-white" ></div >
1112 <div class =" px-3 py-1.5 text-left font-semibold text-white" >Status</div >
1213 <div class =" relative py-1.5 pl-3 pr-4 sm:pr-6 lg:pr-8 3xl:pr-12" >
1314 <span class =" sr-only" >Edit</span >
Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ const showEditModal = ref(false);
4545 <span >
4646 {{ client.name }}
4747 </span >
48+ </div >
49+ <div
50+ class =" whitespace-nowrap flex items-center space-x-5 3xl:pl-12 py-4 pr-3 text-sm font-medium text-white pl-4 sm:pl-6 lg:pl-8 3xl:pl-12" >
4851 <span class =" text-muted" > {{ projectCount }} Projects </span >
4952 </div >
5053 <div
You can’t perform that action at this time.
0 commit comments