Compare commits
2
Commits
aeeee04166
...
beefe86ffd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
beefe86ffd | ||
|
|
3a7c609588 |
@@ -1016,9 +1016,6 @@ export default function TanstakFilesTable({ fileType, showFileLink }: { fileType
|
|||||||
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
|
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
|
||||||
</strong>
|
</strong>
|
||||||
</span>
|
</span>
|
||||||
<span className="pagination-info-files">
|
|
||||||
| {t('shown')} {tableData.length} {t('out-of')} {totalItems} {pluralizeFiles(totalItems)}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="pagination-controls">
|
<div className="pagination-controls">
|
||||||
|
|||||||
@@ -270,16 +270,16 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: -5px;
|
right: -5px;
|
||||||
bottom: -5px;
|
bottom: -5px;
|
||||||
width: 20px;
|
/* width: 22px;
|
||||||
height: 20px;
|
height: 22px; */
|
||||||
border-radius: 50%;
|
border-radius: 15px;
|
||||||
background: v.$red;
|
background: v.$red;
|
||||||
color: v.$white;
|
color: v.$white;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-top: 1px;
|
padding: 2px 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -429,9 +429,6 @@ export default function PaymentTabTransactionHistory() {
|
|||||||
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
|
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
|
||||||
</strong>
|
</strong>
|
||||||
</span>
|
</span>
|
||||||
<span className="pagination-info-files">
|
|
||||||
| {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="pagination-controls">
|
<div className="pagination-controls">
|
||||||
|
|||||||
@@ -402,9 +402,6 @@ export default function InvitationsTable() {
|
|||||||
<strong>
|
<strong>
|
||||||
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
|
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
|
||||||
</strong>
|
</strong>
|
||||||
</span>
|
|
||||||
<span className="pagination-info-files">
|
|
||||||
| {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length} {pluralizeFiles(filteredData.length || 0)}
|
|
||||||
</span> */}
|
</span> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -425,9 +425,6 @@ export default function PaymentsHistory() {
|
|||||||
<strong>
|
<strong>
|
||||||
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
|
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
|
||||||
</strong>
|
</strong>
|
||||||
</span>
|
|
||||||
<span className="pagination-info-files">
|
|
||||||
| {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length} {pluralizeFiles(filteredData.length || 0)}
|
|
||||||
</span> */}
|
</span> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -384,9 +384,6 @@ export function TrackingHistoryView() {
|
|||||||
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
|
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
|
||||||
</strong>
|
</strong>
|
||||||
</span>
|
</span>
|
||||||
<span className="pagination-info-files">
|
|
||||||
| {t('shown')} {tableData.length} {t('out-of')} {totalItems}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="pagination-controls">
|
<div className="pagination-controls">
|
||||||
|
|||||||
@@ -272,9 +272,6 @@ export function ViolationsMyClaimsTable() {
|
|||||||
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
|
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
|
||||||
</strong>
|
</strong>
|
||||||
</span>
|
</span>
|
||||||
<span className="pagination-info-files">
|
|
||||||
| {t('shown')} {tableData.length} {t('out-of')} {totalItems}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="pagination-controls">
|
<div className="pagination-controls">
|
||||||
|
|||||||
@@ -272,9 +272,6 @@ export function ViolationsMyComplaintsTable() {
|
|||||||
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
|
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
|
||||||
</strong>
|
</strong>
|
||||||
</span>
|
</span>
|
||||||
<span className="pagination-info-files">
|
|
||||||
| {t('shown')} {tableData.length} {t('out-of')} {totalItems}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="pagination-controls">
|
<div className="pagination-controls">
|
||||||
|
|||||||
@@ -473,9 +473,6 @@ export default function ViolationsTable() {
|
|||||||
{table.getState().pagination.pageIndex + 1} {t('out-of')} {violationData?.totalPages || 1}
|
{table.getState().pagination.pageIndex + 1} {t('out-of')} {violationData?.totalPages || 1}
|
||||||
</strong>
|
</strong>
|
||||||
</span>
|
</span>
|
||||||
<span className="pagination-info-files">
|
|
||||||
| {t('shown')} {violationData?.content?.length || 0} {t('out-of')} {violationData?.totalElements || 0}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="pagination-controls">
|
<div className="pagination-controls">
|
||||||
|
|||||||
Reference in New Issue
Block a user