msp/wwwroot/connecthost.ui
2025-08-19 10:50:04 +08:00

26 lines
474 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":"{{params_kw.name}}",
"content":{
"widgettype":"Wterm",
"options":{
"height":"100%",
"width":"100%",
"term_options":{
"fontSize":24
},
"ws_url":"{{entire_url('/wss/msp/connecthost.xterm')}}?hostid={{params_kw.id}}"
}
}
}
}