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:
commit
9d770ed436
@ -101,6 +101,7 @@
|
|||||||
hostField.val(data.host);
|
hostField.val(data.host);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
sortable: true,
|
||||||
removable: true
|
removable: true
|
||||||
});
|
});
|
||||||
if (this.noproxy) {
|
if (this.noproxy) {
|
||||||
|
@ -227,6 +227,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
sortable: true,
|
||||||
removable: true
|
removable: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -417,6 +417,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
|
sortable: true,
|
||||||
removable: true
|
removable: true
|
||||||
});
|
});
|
||||||
if (node.headers) {
|
if (node.headers) {
|
||||||
|
Loading…
Reference in New Issue
Block a user