♻️ refactor: Refactor server management API endpoints and typings

This commit is contained in:
web
2025-08-26 09:37:15 -07:00
parent 217ddce60c
commit 4f7cc807af
141 changed files with 5665 additions and 10338 deletions
@@ -82,19 +82,19 @@ export default function Statistics() {
title: t('onlineIPCount'),
value: ServerTotal?.online_user_ips || 0,
icon: 'uil:users-alt',
href: '/dashboard/server',
href: '/dashboard/servers',
},
{
title: t('onlineNodeCount'),
value: ServerTotal?.online_servers || 0,
icon: 'uil:server-network',
href: '/dashboard/server',
href: '/dashboard/servers',
},
{
title: t('offlineNodeCount'),
value: ServerTotal?.offline_servers || 0,
icon: 'uil:server-network-alt',
href: '/dashboard/server',
href: '/dashboard/servers',
},
{
title: t('pendingTickets'),