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

Merge pull request #3857 from kazuhitoyokoi/master-fixeditablelist4httprequest

Support sortable list on property UI of http request and http response nodes
This commit is contained in:
Nick O'Leary 2022-09-02 20:45:08 +01:00 committed by GitHub
commit 9d770ed436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

@ -417,6 +417,7 @@
}); });
}, },
sortable: true,
removable: true removable: true
}); });
if (node.headers) { if (node.headers) {