msp/wwwroot/sagelog.ui
2025-10-14 14:54:24 +08:00

26 lines
451 B
XML

{
"widgettype":"PopupWindow",
"options":{
"auto_open":true,
"auto_destroy":true,
"archor":"cc",
"cwidth":45,
"cheight":40,
"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"
}
}
}
}