fix(frontend): disable table virtualization

Removes the `virtual` table option from Clients, Inbounds, and Nodes list pages. This aligns table behavior across key admin views and avoids virtualization-related rendering/interaction issues with the existing scroll and pagination setup.
This commit is contained in:
Sanaei
2026-08-15 17:33:56 +02:00
parent d7698ec7aa
commit 03950b1295
3 changed files with 0 additions and 3 deletions
@@ -287,7 +287,6 @@ export default function InboundList({
}}
pagination={paginationFor(visibleInbounds)}
scroll={{ x: tableScrollX, y: 'calc(100vh - 320px)' }}
virtual
style={{ marginTop: 10 }}
size="small"
locale={{