Add icons to parser nodes

This commit is contained in:
Nick O'Leary
2016-06-12 22:37:38 +01:00
parent b2db083f39
commit 09b069c129
8 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@
},
inputs:1,
outputs:1,
icon: "arrow-in.png",
icon: "parser-csv.png",
label: function() {
return this.name||"csv";
},

View File

@@ -63,7 +63,7 @@
},
inputs:1,
outputs:1,
icon: "jq.png",
icon: "parser-html.png",
label: function() {
return this.name||this.tag||"html";
},

View File

@@ -36,7 +36,7 @@
},
inputs:1,
outputs:1,
icon: "arrow-in.png",
icon: "parser-json.png",
label: function() {
return this.name||"json";
},

View File

@@ -53,7 +53,7 @@
},
inputs:1,
outputs:1,
icon: "arrow-in.png",
icon: "parser-xml.png",
label: function() {
return this.name||"xml";
},