Correction in Weidget.
This commit is contained in:
parent
8020258a71
commit
8e68b5d487
@ -58,7 +58,19 @@ const ServiceJobs = () => {
|
|||||||
|
|
||||||
|
|
||||||
{isError && (
|
{isError && (
|
||||||
<p className="text-danger text-center py-3">Failed to load jobs</p>
|
<p
|
||||||
|
className="text-center"
|
||||||
|
style={{
|
||||||
|
height: "250px",
|
||||||
|
display: "flex",
|
||||||
|
justifyContent: "center",
|
||||||
|
alignItems: "center",
|
||||||
|
margin: 0,
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
No data found
|
||||||
|
</p>
|
||||||
|
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{!isLoading &&
|
{!isLoading &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user