mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-25 11:50:40 +00:00
586a436f3d
Prevent the summary data from refetching unnecessarily when log pagination changes. - Split the data fetching into two separate useEffect hooks. - Summary is now fetched only on mount. - Logs refetch only when page or limit dependencies change. - Decoupled loading states to prevent chart loading animation during log updates.