feat(webui): add nodes detail page

This commit is contained in:
lpf
2026-03-09 08:49:19 +08:00
parent 2d179b2f26
commit be2e025fe5
4 changed files with 281 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ const Sidebar: React.FC = () => {
{
title: t('sidebarRuntime'),
items: [
{ icon: <Terminal className="w-5 h-5" />, label: t('nodes'), to: '/nodes' },
{ icon: <ClipboardList className="w-5 h-5" />, label: t('taskAudit'), to: '/task-audit' },
{ icon: <Terminal className="w-5 h-5" />, label: t('logs'), to: '/logs' },
{ icon: <BrainCircuit className="w-5 h-5" />, label: t('ekg'), to: '/ekg' },