mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add icons to parser nodes
This commit is contained in:
parent
b2db083f39
commit
09b069c129
BIN
editor/icons/parser-csv.png
Normal file
BIN
editor/icons/parser-csv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 413 B |
BIN
editor/icons/parser-html.png
Normal file
BIN
editor/icons/parser-html.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 393 B |
BIN
editor/icons/parser-json.png
Normal file
BIN
editor/icons/parser-json.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 467 B |
BIN
editor/icons/parser-xml.png
Normal file
BIN
editor/icons/parser-xml.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 393 B |
@ -96,7 +96,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "arrow-in.png",
|
||||
icon: "parser-csv.png",
|
||||
label: function() {
|
||||
return this.name||"csv";
|
||||
},
|
||||
|
@ -63,7 +63,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "jq.png",
|
||||
icon: "parser-html.png",
|
||||
label: function() {
|
||||
return this.name||this.tag||"html";
|
||||
},
|
||||
|
@ -36,7 +36,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "arrow-in.png",
|
||||
icon: "parser-json.png",
|
||||
label: function() {
|
||||
return this.name||"json";
|
||||
},
|
||||
|
@ -53,7 +53,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "arrow-in.png",
|
||||
icon: "parser-xml.png",
|
||||
label: function() {
|
||||
return this.name||"xml";
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user