bugfix
This commit is contained in:
parent
a2977e20e5
commit
6de7c9a8b8
@ -1,30 +1,12 @@
|
|||||||
{
|
{
|
||||||
"widgettype":"PopupWindow",
|
"widgettype":"Wterm",
|
||||||
"options":{
|
"options":{
|
||||||
"auto_open":true,
|
"height":"100%",
|
||||||
"auto_destroy":true,
|
"width":"100%",
|
||||||
"archor":"cc",
|
"term_options":{
|
||||||
{% if int(params_kw._is_mobile) %}
|
"fontSize":24
|
||||||
"width": "95%",
|
},
|
||||||
"height": "95%",
|
"ws_url":"{{entire_url('/wss/msp/sagelog.xterm')}}?id=none"
|
||||||
{% else %}
|
|
||||||
"cwidth":45,
|
|
||||||
"cheight":40,
|
|
||||||
{% endif %}
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user