pramod_Task#410 : Display Directory Feature at Project Section #162

Merged
pramod.mahajan merged 22 commits from pramod_Task#410 into Feature_Directory 2025-05-30 07:15:04 +00:00
Showing only changes of commit 445a5e0064 - Show all commits

View File

@ -296,7 +296,7 @@ const ManageBucket = () =>
<tbody className="table-border-bottom-0 overflow-auto">
{loading && (
<tr className="mt-10">
<td colSpan={4}>
<td colSpan={5}>
{" "}
<div className="d-flex justify-content-center align-items-center py-5">
Loading...
@ -306,7 +306,7 @@ const ManageBucket = () =>
)}
{!loading && buckets.length == 0 && (
<tr>
<td colSpan={4}>
<td colSpan={5}>
<div className="d-flex justify-content-center align-items-center py-5">
Bucket Not Available.
</div>
@ -315,7 +315,7 @@ const ManageBucket = () =>
)}
{!loading && sortedBucktesList.length == 0 && (
<tr>
<td className="text-center py-4 h-25" colSpan={4}>
<td className="text-center py-4 h-25" colSpan={5}>
<div className="d-flex justify-content-center align-items-center py-5">
No Matching Bucket Found.
</div>