no message

This commit is contained in:
belevo\mh
2025-10-02 10:01:32 +02:00
parent d05f177ea0
commit 4668989531

View File

@@ -58,12 +58,12 @@
"delete":true,
"columns":[
{
"caption":"Stufe",
"name":"Variablenname",
"caption":"Stufe(n)",
"name":"Stufe",
"width":"200px",
"add":"Stufe",
"edit":{
"type":"ValidationTextBox"
"type":"NumberSpinner"
}
},
{
@@ -74,7 +74,17 @@
"edit":{
"type":"NumberSpinner"
}
},
{
"caption":"Schaltkontakt",
"name":"Schaltkontakt_Stufe",
"width":"400px",
"add":0,
"edit":{
"type":"SelectVariable"
}
}
]
},