1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Use sortable list in http response node and proxy setting

This commit is contained in:
Kazuhito Yokoi 2022-08-18 11:52:56 +09:00
parent 0d0d5bafb0
commit 266ba17ebb
2 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@
hostField.val(data.host);
}
},
sortable: true,
removable: true
});
if (this.noproxy) {

View File

@ -227,6 +227,7 @@
}
});
},
sortable: true,
removable: true
});