flow: add new net type (decknet and hsn) and fix gallery icon
This commit is contained in:
parent
a03f3fb6aa
commit
981dd12646
|
@ -302,7 +302,7 @@
|
||||||
"type": "ui_tab",
|
"type": "ui_tab",
|
||||||
"z": "",
|
"z": "",
|
||||||
"name": "Gallery",
|
"name": "Gallery",
|
||||||
"icon": "fa fa-file-image-o",
|
"icon": "fa-file-image-o",
|
||||||
"order": 6,
|
"order": 6,
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"hidden": false
|
"hidden": false
|
||||||
|
@ -310,11 +310,13 @@
|
||||||
{
|
{
|
||||||
"id": "c0ebfc57.42527",
|
"id": "c0ebfc57.42527",
|
||||||
"type": "ui_group",
|
"type": "ui_group",
|
||||||
|
"z": "",
|
||||||
"name": "Group 1",
|
"name": "Group 1",
|
||||||
"tab": "36739a35.7cce36",
|
"tab": "36739a35.7cce36",
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"disp": true,
|
"disp": false,
|
||||||
"width": 24
|
"width": "24",
|
||||||
|
"collapse": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "737ec584.2eea2c",
|
"id": "737ec584.2eea2c",
|
||||||
|
@ -1857,6 +1859,16 @@
|
||||||
"passthru": true,
|
"passthru": true,
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"options": [
|
"options": [
|
||||||
|
{
|
||||||
|
"label": "High Speed Net",
|
||||||
|
"value": "net_hsn",
|
||||||
|
"type": "str"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Tara Decknet",
|
||||||
|
"value": "net_decknet",
|
||||||
|
"type": "str"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Plankton net",
|
"label": "Plankton net",
|
||||||
"value": "net",
|
"value": "net",
|
||||||
|
@ -5483,7 +5495,7 @@
|
||||||
"propertyType": "msg",
|
"propertyType": "msg",
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"t": "eq",
|
"t": "cont",
|
||||||
"v": "net",
|
"v": "net",
|
||||||
"vt": "str"
|
"vt": "str"
|
||||||
},
|
},
|
||||||
|
@ -5509,7 +5521,7 @@
|
||||||
"id": "66b362ee.80b5b4",
|
"id": "66b362ee.80b5b4",
|
||||||
"type": "change",
|
"type": "change",
|
||||||
"z": "b771c342.49603",
|
"z": "b771c342.49603",
|
||||||
"name": "Activate",
|
"name": "Activate Net group",
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"t": "set",
|
"t": "set",
|
||||||
|
@ -5531,7 +5543,7 @@
|
||||||
"from": "",
|
"from": "",
|
||||||
"to": "",
|
"to": "",
|
||||||
"reg": false,
|
"reg": false,
|
||||||
"x": 1260,
|
"x": 1290,
|
||||||
"y": 400,
|
"y": 400,
|
||||||
"wires": [
|
"wires": [
|
||||||
[
|
[
|
||||||
|
@ -5543,7 +5555,7 @@
|
||||||
"id": "399cb596.1eaf1a",
|
"id": "399cb596.1eaf1a",
|
||||||
"type": "change",
|
"type": "change",
|
||||||
"z": "b771c342.49603",
|
"z": "b771c342.49603",
|
||||||
"name": "Deactivate",
|
"name": "Deactivate Net group",
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"t": "set",
|
"t": "set",
|
||||||
|
@ -5565,7 +5577,7 @@
|
||||||
"from": "",
|
"from": "",
|
||||||
"to": "",
|
"to": "",
|
||||||
"reg": false,
|
"reg": false,
|
||||||
"x": 1270,
|
"x": 1300,
|
||||||
"y": 440,
|
"y": 440,
|
||||||
"wires": [
|
"wires": [
|
||||||
[
|
[
|
||||||
|
@ -5579,7 +5591,7 @@
|
||||||
"z": "b771c342.49603",
|
"z": "b771c342.49603",
|
||||||
"name": "",
|
"name": "",
|
||||||
"events": "change",
|
"events": "change",
|
||||||
"x": 1460,
|
"x": 1500,
|
||||||
"y": 420,
|
"y": 420,
|
||||||
"wires": [
|
"wires": [
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Reference in a new issue