26 lines
473 B
XML
26 lines
473 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/ws/connecthost.xterm')}}?hostid={{params_kw.id}}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|