From c994beb85a501702920b2ca9a166024557b2e1b3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 30 Jul 2026 18:26:36 +0800 Subject: [PATCH] feat: add cockpit sidebar menu item --- wwwroot/index.ui | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 112ac7a..afebc5a 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -86,6 +86,12 @@ "icon": "{{entire_url('/imgs/workflow.svg')}}", "url": "{{entire_url('/pipeline-sdlc')}}" }, + { + "name": "pipeline_cockpit", + "label": "驾驶舱", + "icon": "{{entire_url('/imgs/clock.svg')}}", + "url": "{{entire_url('/pipeline-sdlc/sd_cockpit/')}}" + }, { "name": "pipeline_ops", "label": "运营管理",