Files
IoTManager/data/set.udp.json

96 lines
2.2 KiB
JSON
Raw Normal View History

2020-04-05 01:52:02 +02:00
{
"configs": [
2020-05-28 00:33:26 +02:00
"/config.setup.json",
"/lang/lang.ru.json"
2020-04-05 01:52:02 +02:00
],
"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}}",
2020-06-04 01:08:08 +02:00
"class": "alert-default"
2020-04-05 01:52:02 +02:00
},
{
"type": "h3",
2020-05-28 00:33:26 +02:00
"title": "{{SetUDPList}}"
2020-04-05 01:52:02 +02:00
},
{
"type": "hr"
},
{
"type": "csv",
"title": [
"html",
"html",
"html"
],
"state": "dev.csv",
"style": "width:100%;",
"class": "nan"
},
{
"type": "hr"
},
{
"type": "link",
2020-06-04 01:08:08 +02:00
"title": "{{SetUDPUpdateList}}",
2020-05-28 00:33:26 +02:00
"action": "set?updatelist",
"class": "btn btn-block btn-default"
2020-04-05 01:52:02 +02:00
},
{
"type": "link",
2020-06-04 01:08:08 +02:00
"title": "{{SetUDPUpdatePage}}",
2020-05-28 00:33:26 +02:00
"action": "set?updatepage",
"class": "btn btn-block btn-default"
2020-04-05 01:52:02 +02:00
},
{
"type": "hr"
},
{
"type": "text",
2020-05-28 00:33:26 +02:00
"title": "<div style='margin-top:10px;margin-bottom:10px;'><font color='black'><p style='border: 1px solid #808080; border-radius: 3px; background-color: #E6E6FA; padding: 10px;'>{{SetUDPWarn1}}</p></font></div>",
"style": "width:100%;float:left;"
2020-04-05 01:52:02 +02:00
},
2020-04-22 20:35:50 +02:00
{
"type": "h3",
2020-06-04 01:08:08 +02:00
"title": "{{SetUDPNameOfDev}}"
2020-04-25 16:39:36 +02:00
},
2020-04-22 20:35:50 +02:00
{
"type": "input",
2020-06-04 01:08:08 +02:00
"title": "{{SetUDPNameOfDev}}",
2020-04-25 16:39:36 +02:00
"name": "dev_name",
2020-04-22 20:35:50 +02:00
"state": "{{name}}",
"pattern": "[A-Za-z0-9]{6,12}"
2020-04-25 16:39:36 +02:00
},
{
2020-04-22 20:35:50 +02:00
"type": "button",
2020-06-04 01:08:08 +02:00
"title": "{{ButSave}}",
2020-04-22 20:35:50 +02:00
"action": "name?arg=[[dev_name]]",
2020-05-28 00:33:26 +02:00
"class": "btn btn-block btn-default"
2020-04-25 16:39:36 +02:00
},
{
"type": "hr"
},
{
"type": "checkbox",
"name": "udponoff",
2020-06-04 01:08:08 +02:00
"title": "{{SetUDPDateExchange}}",
2020-05-28 00:33:26 +02:00
"action": "/set?udponoff=[[udponoff]]",
2020-04-25 16:39:36 +02:00
"state": "{{udponoff}}"
},
2020-06-04 01:08:08 +02:00
{
"type": "text",
"title": "<div style='margin-top:10px;margin-bottom:10px;'><font color='black'><p style='border: 1px solid #808080; border-radius: 3px; background-color: #E6E6FA; padding: 10px;'>{{SetUDPWarn2}}</p></font></div>"
},
2020-04-05 01:52:02 +02:00
{
"type": "hr"
},
{
"type": "link",
2020-06-04 01:08:08 +02:00
"title": "{{ButMainPage}}",
2020-04-05 01:52:02 +02:00
"action": "/",
2020-05-28 00:33:26 +02:00
"class": "btn btn-block btn-default"
2020-04-05 01:52:02 +02:00
}
]
}