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": [
{
"ID": "0",
"typeID": "__group__",
"typeID": "TextArea",
"zOrder": "0",
"measuredW": "290",
"measuredH": "49",
"w": "290",
"h": "49",
"w": "280",
"h": "40",
"measuredW": "200",
"measuredH": "140",
"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",
"children": {
"controls": {
"control": [
{
"ID": "0",
"typeID": "TextArea",
"zOrder": "0",
"w": "280",
"h": "40",
"measuredW": "200",
"measuredH": "140",
"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",
"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"
}
}
}
]
"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