mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
38 lines
847 B
JSON
38 lines
847 B
JSON
{
|
|
"configs": [
|
|
"/config.setup.json",
|
|
"/config.option.json",
|
|
"/config.live.json",
|
|
"/lang/lang.ru.json"
|
|
],
|
|
"class": "col-sm-offset-1 col-sm-10",
|
|
"content": [
|
|
{
|
|
"type": "h5",
|
|
"title": "{{name}}",
|
|
"class": "alert-default"
|
|
},
|
|
{
|
|
"type": "link",
|
|
"title": "{{ButMainPage}}",
|
|
"action": "/",
|
|
"class": "btn btn-block btn-default"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"state": "s.conf.csv",
|
|
"style": "width:100%;height:350px",
|
|
"title": "Сохранить",
|
|
"action": "/set?saveItems",
|
|
"class": "btn btn-block btn-default"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"state": "s.scen.txt",
|
|
"style": "width:100%;height:350px",
|
|
"title": "Сохранить",
|
|
"action": "/set?sceninit",
|
|
"class": "btn btn-block btn-default"
|
|
}
|
|
]
|
|
} |