Project List view UI implementation.
This commit is contained in:
parent
fbb68a4488
commit
9de0b1a0df
@ -136,6 +136,7 @@ const ProjectListView = ({
|
|||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div className="card page-min-h py-4 px-6 shadow-sm">
|
<div className="card page-min-h py-4 px-6 shadow-sm">
|
||||||
|
<div className="table-responsive text-nowrap">
|
||||||
<table className="table table-hover align-middle m-0">
|
<table className="table table-hover align-middle m-0">
|
||||||
<thead className="border-bottom">
|
<thead className="border-bottom">
|
||||||
<tr>
|
<tr>
|
||||||
@ -257,8 +258,7 @@ const ProjectListView = ({
|
|||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
<li
|
<li
|
||||||
className={`page-item ${
|
className={`page-item ${currentPage === totalPages && "disabled"
|
||||||
currentPage === totalPages && "disabled"
|
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
@ -274,6 +274,7 @@ const ProjectListView = ({
|
|||||||
</nav>
|
</nav>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user