chore: Comment out the pagination component in AssetsView.

This commit is contained in:
xds
2026-02-04 15:39:27 +03:00
parent 963dc26d1d
commit 83a16c8f9e

View File

@@ -108,7 +108,7 @@ const handleLogout = () => {
<span class="text-2xl">👥</span> <span class="text-2xl">👥</span>
</div> </div>
<!-- Pagination --> <!-- Pagination
<div v-if="totalRecords > rows" class="mt-auto py-6"> <div v-if="totalRecords > rows" class="mt-auto py-6">
<Paginator :first="first" :rows="rows" :totalRecords="totalRecords" @page="onPage" :template="{ <Paginator :first="first" :rows="rows" :totalRecords="totalRecords" @page="onPage" :template="{
default: 'FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink' default: 'FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink'
@@ -127,7 +127,7 @@ const handleLogout = () => {
pcNextPageButton: { root: { class: '!bg-white/5 !text-slate-400 !border-none !rounded-xl !min-w-[40px] !h-10 hover:!bg-white/10 hover:!text-slate-50 transition-all' } }, pcNextPageButton: { root: { class: '!bg-white/5 !text-slate-400 !border-none !rounded-xl !min-w-[40px] !h-10 hover:!bg-white/10 hover:!text-slate-50 transition-all' } },
pcLastPageButton: { root: { class: '!bg-white/5 !text-slate-400 !border-none !rounded-xl !min-w-[40px] !h-10 hover:!bg-white/10 hover:!text-slate-50 transition-all' } } pcLastPageButton: { root: { class: '!bg-white/5 !text-slate-400 !border-none !rounded-xl !min-w-[40px] !h-10 hover:!bg-white/10 hover:!text-slate-50 transition-all' } }
}" /> }" />
</div> </div> -->
</div> </div>
</nav> </nav>