This commit is contained in:
yumoqing 2025-12-09 15:57:27 +08:00
parent a2977e20e5
commit 6de7c9a8b8

View File

@ -1,20 +1,4 @@
{
"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%",
@ -24,7 +8,5 @@
},
"ws_url":"{{entire_url('/wss/msp/sagelog.xterm')}}?id=none"
}
}
}
}