Adding weidget in dashboard.
This commit is contained in:
parent
b20dd2d0d4
commit
386cfa28e9
@ -97,6 +97,13 @@ const Dashboard = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
{isAllProjectsSelected && (
|
||||||
|
<div className="col-xxl-6 col-lg-4">
|
||||||
|
<div className="card h-100">
|
||||||
|
<ServiceJobs />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
<div className="col-md-8">
|
<div className="col-md-8">
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
<CollectionOverviewSkeleton />
|
<CollectionOverviewSkeleton />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user