Job actions

This commit is contained in:
CHIEFSOFT\ameye
2023-06-10 17:25:34 -04:00
parent 4d74946f0d
commit 15ef592252
5 changed files with 61 additions and 14 deletions
@@ -34,9 +34,10 @@ function CurrentTaskAction({jobDetails}) {
return (
<div className='job-action'>
<table className="w-full text-sm text-left text-gray-500 dark:text-gray-400 active-worker">
<tbody>
<tr className="bg-white dark:bg-dark-white border-b dark:border-[#5356fb29] hover:bg-gray-50">
<tr className=" border-b dark:border-[#5356fb29] hover:bg-gray-50">
<td>
<div className="flex space-x-2 items-center w-full">
<div className="flex flex-col flex-[0.9]">
@@ -46,8 +47,9 @@ function CurrentTaskAction({jobDetails}) {
</div>
</div>
</td>
<td className="text-right px-2">
</tr>
<tr>
<td>
<div className="flex justify-center items-center">
<button onClick={popUpHandler} type="button" className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white">
Set Status