created tabs for macros and buttons in control-view

This commit is contained in:
sanjayk03-dev
2024-01-02 14:54:53 +05:30
parent 6aaf167d4e
commit 06b1cde647
6 changed files with 148 additions and 41 deletions

View File

@@ -586,28 +586,49 @@
"macros": {
"type":"list",
"index":"123",
"index":"123456",
"default":[
{
"id" : "1",
"id" : 1,
"name" : null,
"color":null,
"gcode":null
},
{
"id" : "1",
"id" : 2,
"name" : null,
"color":null,
"gcode":null
},
{
"id" : "1",
"id" : 3,
"name" : null,
"color":null,
"gcode":null
},
{
"id" : 4,
"name" : null,
"color":null,
"gcode":null
},
{
"id" : 5,
"name" : null,
"color":null,
"gcode":null
},
{
"id" : 6,
"name" : null,
"color":null,
"gcode":null
}
],
"template": {
"id": {
"type": "int"
},
"name": {
"type": "text",
"default": null