Fixed 'dns and how it works' button/node (#1014)

pull/1016/head
tigor7 3 years ago committed by GitHub
parent 8899bab70d
commit 7b1f8c32af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 121
      public/project/backend.json

@ -4687,78 +4687,61 @@
"control": [ "control": [
{ {
"ID": "0", "ID": "0",
"typeID": "__group__", "typeID": "TextArea",
"zOrder": "0", "zOrder": "0",
"measuredW": "290", "w": "280",
"measuredH": "49", "h": "40",
"w": "290", "measuredW": "200",
"h": "49", "measuredH": "140",
"x": "0", "x": "0",
"y": "9",
"properties": {
"color": "16770457"
}
},
{
"ID": "1",
"typeID": "Label",
"zOrder": "1",
"w": "179",
"measuredW": "175",
"measuredH": "25",
"x": "51",
"y": "17",
"properties": {
"size": "17",
"text": "DNS and how it works?"
}
},
{
"ID": "2",
"typeID": "Icon",
"zOrder": "2",
"measuredW": "24",
"measuredH": "24",
"x": "266",
"y": "0", "y": "0",
"children": { "properties": {
"controls": { "color": "16777215",
"control": [ "icon": {
{ "ID": "circle",
"ID": "0", "size": "small"
"typeID": "TextArea", }
"zOrder": "0", }
"w": "280", },
"h": "40", {
"measuredW": "200", "ID": "3",
"measuredH": "140", "typeID": "Icon",
"x": "0", "zOrder": "3",
"y": "9", "measuredW": "24",
"properties": { "measuredH": "24",
"color": "16770457" "x": "266",
} "y": "0",
}, "properties": {
{ "color": "10027263",
"ID": "1", "icon": {
"typeID": "Label", "ID": "check-circle",
"zOrder": "1", "size": "small"
"w": "179",
"measuredW": "175",
"measuredH": "25",
"x": "51",
"y": "17",
"properties": {
"size": "17",
"text": "DNS and how it works?"
}
},
{
"ID": "2",
"typeID": "Icon",
"zOrder": "2",
"measuredW": "24",
"measuredH": "24",
"x": "266",
"y": "0",
"properties": {
"color": "16777215",
"icon": {
"ID": "circle",
"size": "small"
}
}
},
{
"ID": "3",
"typeID": "Icon",
"zOrder": "3",
"measuredW": "24",
"measuredH": "24",
"x": "266",
"y": "0",
"properties": {
"color": "10027263",
"icon": {
"ID": "check-circle",
"size": "small"
}
}
}
]
} }
} }
} }

Loading…
Cancel
Save