bugfix
This commit is contained in:
parent
acab503450
commit
906b7fad26
@ -36,9 +36,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{
|
{
|
||||||
"widgettype":"urlwidget",
|
"widgettype":"Text",
|
||||||
"options":{
|
"options":{
|
||||||
"url":"{{entire_url('/rbac/user/login.ui')}}"
|
"otext":"You need login to use llm",
|
||||||
|
"i18n":true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@ -58,8 +58,8 @@
|
|||||||
"target":"PopupWindow",
|
"target":"PopupWindow",
|
||||||
"popup_options":{
|
"popup_options":{
|
||||||
"title":"{{llm.name}}",
|
"title":"{{llm.name}}",
|
||||||
"width":"90%",
|
"cwidth":24,
|
||||||
"height":"90%"
|
"height":"80%"
|
||||||
},
|
},
|
||||||
"options":{
|
"options":{
|
||||||
"params":{
|
"params":{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user