From 522dd29651d3ed8ba738b8bd3840cec8fc5babe9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 11 Sep 2025 16:06:53 +0800 Subject: [PATCH] bugfix --- wwwroot/show_llms.ui | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/wwwroot/show_llms.ui b/wwwroot/show_llms.ui index 03ba45d..0fef73d 100644 --- a/wwwroot/show_llms.ui +++ b/wwwroot/show_llms.ui @@ -36,10 +36,25 @@ }, "subwidgets":[ { - "widgettype":"Title5", + "widgettype":"HBox", "options":{ - "text":"{{llm.name}}" - } + "cheight":2 + }, + "subwidgets":[ + { + "widgettype":"Svg", + "options":{ + "rate":1.5, + "url":"{{entire_url('/appbase/show_icon.dspy')}}?id={{llm.iconid}}" + } + }, + { + "widgettype":"Title6", + "options":{ + "text":"{{llm.name}}" + } + } + ] }, { "widgettype":"Text",