mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"configs": [
|
||
|
|
"/config.setup.json",
|
||
|
|
"/lang/lang.ru.json"
|
||
|
|
],
|
||
|
|
"title": "Конфигурация",
|
||
|
|
"class": "col-sm-offset-1 col-sm-10 col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6",
|
||
|
|
"content": [
|
||
|
|
{
|
||
|
|
"type": "h5",
|
||
|
|
"title": "{{name}}",
|
||
|
|
"class": "alert-default"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "link",
|
||
|
|
"title": "{{ButMainPage}}",
|
||
|
|
"action": "/",
|
||
|
|
"class": "btn btn-block btn-default"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "hr"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "h3",
|
||
|
|
"title": "Адрес сервера обновлений"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "input",
|
||
|
|
"title": "ip address",
|
||
|
|
"name": "serverip-arg",
|
||
|
|
"state": "{{serverip}}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "button",
|
||
|
|
"title": "{{ButSave}}",
|
||
|
|
"action": "set?serverip=[[serverip-arg]]",
|
||
|
|
"class": "btn btn-block btn-default"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "hr"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "h3",
|
||
|
|
"title": "Количество точек графика выгружаемое за раз"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "input",
|
||
|
|
"title": "ip address",
|
||
|
|
"name": "graf-arg",
|
||
|
|
"state": "{{grafmax}}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "button",
|
||
|
|
"title": "{{ButSave}}",
|
||
|
|
"action": "set?grafmax=[[graf-arg]]",
|
||
|
|
"class": "btn btn-block btn-default"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "hr"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "h3",
|
||
|
|
"name": "reset-block",
|
||
|
|
"style": "position:fixed;top:50%;left:50%;width:400px;margin-left:-200px;text-align:center;",
|
||
|
|
"class": "hidden"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "button",
|
||
|
|
"title": "Перезагрузить устройство",
|
||
|
|
"action": "/set?reqReset",
|
||
|
|
"response": "[[reset-block]]",
|
||
|
|
"class": "btn btn-block btn-danger"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|