Refactoring
This commit is contained in:
@@ -1,62 +1,67 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"type": "Label",
|
||||
"caption": "Influx Punkte"
|
||||
},
|
||||
{
|
||||
"type": "Select",
|
||||
"name": "InfluxJaNein",
|
||||
"caption": "Influx Aufzeichnen Ja oder Nein",
|
||||
"options": [
|
||||
{ "caption": "Ja", "value": true },
|
||||
{ "caption": "Nein", "value": false }
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ValidationTextBox",
|
||||
"name": "Anlagenummer",
|
||||
"caption": "Influxadresse",
|
||||
"suffix": "",
|
||||
"validate": "^An_\\d{4}$"
|
||||
},
|
||||
{
|
||||
"type": "ValidationTextBox",
|
||||
"name": "Gerätenummer",
|
||||
"caption": "Gerätenummer"
|
||||
},
|
||||
{
|
||||
"type": "ValidationTextBox",
|
||||
"name": "Ortschaft",
|
||||
"caption": "Ortschaft"
|
||||
},
|
||||
{
|
||||
"type": "List",
|
||||
"name": "ZusatzVariablen",
|
||||
"caption": "Zusätzliche Datenpunkte für Influxaufzeichnung",
|
||||
"add": true,
|
||||
"delete": true,
|
||||
"columns": [
|
||||
{
|
||||
|
||||
"caption": "Influx Name",
|
||||
"name": "Variablenname",
|
||||
"width": "200px",
|
||||
"add": "",
|
||||
"edit": {
|
||||
"type": "ValidationTextBox"
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption": "Datenpunkt",
|
||||
"name": "Variable",
|
||||
"width": "300px",
|
||||
"add": 0,
|
||||
"edit": {
|
||||
"type": "SelectVariable"
|
||||
}
|
||||
"elements":[
|
||||
{
|
||||
"type":"Label",
|
||||
"caption":"Influx Punkte"
|
||||
},
|
||||
{
|
||||
"type":"Select",
|
||||
"name":"InfluxJaNein",
|
||||
"caption":"Influx Aufzeichnen Ja oder Nein",
|
||||
"options":[
|
||||
{
|
||||
"caption":"Ja",
|
||||
"value":true
|
||||
},
|
||||
{
|
||||
"caption":"Nein",
|
||||
"value":false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type":"ValidationTextBox",
|
||||
"name":"Anlagenummer",
|
||||
"caption":"Influxadresse",
|
||||
"suffix":"",
|
||||
"validate":"^An_\\d{4}$"
|
||||
},
|
||||
{
|
||||
"type":"ValidationTextBox",
|
||||
"name":"Gerätenummer",
|
||||
"caption":"Gerätenummer"
|
||||
},
|
||||
{
|
||||
"type":"ValidationTextBox",
|
||||
"name":"Ortschaft",
|
||||
"caption":"Ortschaft"
|
||||
},
|
||||
{
|
||||
"type":"List",
|
||||
"name":"ZusatzVariablen",
|
||||
"caption":"Zusätzliche Datenpunkte für Influxaufzeichnung",
|
||||
"add":true,
|
||||
"delete":true,
|
||||
"columns":[
|
||||
{
|
||||
"caption":"Influx Name",
|
||||
"name":"Variablenname",
|
||||
"width":"200px",
|
||||
"add":"",
|
||||
"edit":{
|
||||
"type":"ValidationTextBox"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption":"Datenpunkt",
|
||||
"name":"Variable",
|
||||
"width":"300px",
|
||||
"add":0,
|
||||
"edit":{
|
||||
"type":"SelectVariable"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user