bugfix
This commit is contained in:
parent
a2977e20e5
commit
6de7c9a8b8
@ -1,30 +1,12 @@
|
||||
{
|
||||
"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,
|
||||
{% 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"
|
||||
}
|
||||
"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