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
3 changed files with 3 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
});

View File

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