added project status - 'In-Progress'
This commit is contained in:
parent
9961b4aba7
commit
4c6e0b5c9e
@ -42,6 +42,7 @@ const ProjectList = () => {
|
|||||||
"b74da4c2-d07e-46f2-9919-e75e49b12731",
|
"b74da4c2-d07e-46f2-9919-e75e49b12731",
|
||||||
"603e994b-a27f-4e5d-a251-f3d69b0498ba",
|
"603e994b-a27f-4e5d-a251-f3d69b0498ba",
|
||||||
"ef1c356e-0fe0-42df-a5d3-8daee355492d",
|
"ef1c356e-0fe0-42df-a5d3-8daee355492d",
|
||||||
|
"cdad86aa-8a56-4ff4-b633-9c629057dfef",
|
||||||
"33deaef9-9af1-4f2a-b443-681ea0d04f81",
|
"33deaef9-9af1-4f2a-b443-681ea0d04f81",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
@ -207,6 +208,10 @@ const ProjectList = () => {
|
|||||||
id: "b74da4c2-d07e-46f2-9919-e75e49b12731",
|
id: "b74da4c2-d07e-46f2-9919-e75e49b12731",
|
||||||
label: "Active",
|
label: "Active",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "cdad86aa-8a56-4ff4-b633-9c629057dfef",
|
||||||
|
label:"In Progress"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "603e994b-a27f-4e5d-a251-f3d69b0498ba",
|
id: "603e994b-a27f-4e5d-a251-f3d69b0498ba",
|
||||||
label: "On Hold",
|
label: "On Hold",
|
||||||
@ -263,7 +268,7 @@ const ProjectList = () => {
|
|||||||
{listView ? (
|
{listView ? (
|
||||||
<div className="card cursor-pointer">
|
<div className="card cursor-pointer">
|
||||||
<div className="card-body p-2">
|
<div className="card-body p-2">
|
||||||
<div className="table-responsive text-nowrap py-2 ">
|
<div className="table-responsive text-nowrap py-2 " style={{minHeight:"400px"}}>
|
||||||
<table className="table m-3">
|
<table className="table m-3">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -332,7 +337,7 @@ const ProjectList = () => {
|
|||||||
<tbody className="table-border-bottom-0 overflow-auto ">
|
<tbody className="table-border-bottom-0 overflow-auto ">
|
||||||
{currentItems.length === 0 ? (
|
{currentItems.length === 0 ? (
|
||||||
<tr>
|
<tr>
|
||||||
<td colSpan="12" className="text-center py-4">
|
<td colSpan="12" className="text-center py-4" >
|
||||||
No projects found
|
No projects found
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user