diff --git a/cypher-executor/src/routes/console-dashboard.ts b/cypher-executor/src/routes/console-dashboard.ts index 4a5034a..ef22ec6 100644 --- a/cypher-executor/src/routes/console-dashboard.ts +++ b/cypher-executor/src/routes/console-dashboard.ts @@ -522,13 +522,13 @@ consoleDashboardRouter.post('/console/triage-check', async (c) => { return c.json({ success: true, entry_id: entryId, action, status: action === 'restore' ? 'new' : 'done' }); }); -function renderDashboardHtml(): string { +function renderDashboardHtml(brand: string): string { return `
-