From 266ba17ebb741aef2e5eefb8285eccc55fecff0f Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Thu, 18 Aug 2022 11:52:56 +0900 Subject: [PATCH] Use sortable list in http response node and proxy setting --- .../node_modules/@node-red/nodes/core/network/06-httpproxy.html | 1 + .../node_modules/@node-red/nodes/core/network/21-httpin.html | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/node_modules/@node-red/nodes/core/network/06-httpproxy.html b/packages/node_modules/@node-red/nodes/core/network/06-httpproxy.html index 7819ab8ec..446cbd324 100644 --- a/packages/node_modules/@node-red/nodes/core/network/06-httpproxy.html +++ b/packages/node_modules/@node-red/nodes/core/network/06-httpproxy.html @@ -101,6 +101,7 @@ hostField.val(data.host); } }, + sortable: true, removable: true }); if (this.noproxy) { diff --git a/packages/node_modules/@node-red/nodes/core/network/21-httpin.html b/packages/node_modules/@node-red/nodes/core/network/21-httpin.html index ce2f81e12..f828077a1 100644 --- a/packages/node_modules/@node-red/nodes/core/network/21-httpin.html +++ b/packages/node_modules/@node-red/nodes/core/network/21-httpin.html @@ -227,6 +227,7 @@ } }); }, + sortable: true, removable: true });