msp/wwwroot/sagelog.ui
2025-12-09 15:50:56 +08:00

31 lines
543 B
XML

{
"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,
{% fi %}
"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"
}
}
}
}