mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
For some reason http request node icon was aligned right,
inconsistent with most other "function" nodes...
This commit is contained in:
parent
a9a0953653
commit
5be3472413
@ -234,7 +234,6 @@
|
|||||||
},
|
},
|
||||||
inputs:1,
|
inputs:1,
|
||||||
outputs:1,
|
outputs:1,
|
||||||
align: "right",
|
|
||||||
icon: "white-globe.png",
|
icon: "white-globe.png",
|
||||||
label: function() {
|
label: function() {
|
||||||
return this.name||"http request";
|
return this.name||"http request";
|
||||||
|
Loading…
Reference in New Issue
Block a user