1
0
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:
dceejay 2015-04-05 17:57:06 +01:00
parent a9a0953653
commit 5be3472413

View File

@ -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";