From 6de7c9a8b842b4095350ee534c5d775917383706 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 9 Dec 2025 15:57:27 +0800 Subject: [PATCH] bugfix --- wwwroot/sagelog.ui | 34 ++++++++-------------------------- 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/wwwroot/sagelog.ui b/wwwroot/sagelog.ui index a61950f..fdeb29d 100644 --- a/wwwroot/sagelog.ui +++ b/wwwroot/sagelog.ui @@ -1,30 +1,12 @@ { - "widgettype":"PopupWindow", - "options":{ - "auto_open":true, - "auto_destroy":true, - "archor":"cc", -{% if int(params_kw._is_mobile) %} - "width": "95%", - "height": "95%", -{% else %} - "cwidth":45, - "cheight":40, -{% endif %} - "movable":true, - "icon":"{{entire_url('imgs/terminal.svg')}}", - "title":"大平台日志", - "content":{ - "widgettype":"Wterm", - "options":{ - "height":"100%", - "width":"100%", - "term_options":{ - "fontSize":24 - }, - "ws_url":"{{entire_url('/wss/msp/sagelog.xterm')}}?id=none" - } + "widgettype":"Wterm", + "options":{ + "height":"100%", + "width":"100%", + "term_options":{ + "fontSize":24 + }, + "ws_url":"{{entire_url('/wss/msp/sagelog.xterm')}}?id=none" } - } }