mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 11:07:29 +08:00
feat(webui): add nodes detail page
This commit is contained in:
@@ -12,6 +12,7 @@ const Logs = lazy(() => import('./pages/Logs'));
|
||||
const Skills = lazy(() => import('./pages/Skills'));
|
||||
const MCP = lazy(() => import('./pages/MCP'));
|
||||
const Memory = lazy(() => import('./pages/Memory'));
|
||||
const Nodes = lazy(() => import('./pages/Nodes'));
|
||||
const TaskAudit = lazy(() => import('./pages/TaskAudit'));
|
||||
const EKG = lazy(() => import('./pages/EKG'));
|
||||
const LogCodes = lazy(() => import('./pages/LogCodes'));
|
||||
@@ -41,6 +42,7 @@ export default function App() {
|
||||
<Route path="config" element={<Config />} />
|
||||
<Route path="cron" element={<Cron />} />
|
||||
<Route path="memory" element={<Memory />} />
|
||||
<Route path="nodes" element={<Nodes />} />
|
||||
<Route path="task-audit" element={<TaskAudit />} />
|
||||
<Route path="ekg" element={<EKG />} />
|
||||
<Route path="subagent-profiles" element={<SubagentProfiles />} />
|
||||
|
||||
Reference in New Issue
Block a user