From 40afce18e70c87951fef1e202d7b83da01d8d3f9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 2 Aug 2026 17:01:20 +0800 Subject: [PATCH] fix: remove duplicate stats_row, keep only quick_cards --- wwwroot/index.ui | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 5197e9e..1cb5ca8 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -76,25 +76,6 @@ } ] }, - { - "widgettype": "HBox", - "options": { - "width": "100%", - "padding": "8px 24px 8px 24px", - "cheight": 4, - "gap": "16px" - }, - "subwidgets": [ - { - "widgettype": "urlwidget", - "id": "stats_row", - "options": { - "url": "{{entire_url('/pipeline-sdlc/api/cockpit_stats.dspy')}}", - "method": "GET" - } - } - ] - }, { "widgettype": "HBox", "id": "context_bar",