[pve-devel] applied: [PATCH manager v3] fix #4758: ui: lxc wizard: allow multiple ssh keys
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jul 17 14:56:29 CEST 2023
Am 17/07/2023 um 14:34 schrieb Dominik Csapak:
> by converting the textfield into a textarea and validate the value
> line wise (if there is more than one line)
>
> also create a 'MultiFileButton' (mostly copied from extjs) that allows
> to select multiple files at once
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> changes from v2:
> * added comments to indicate where we change extjs code
> * allowed empty lines (this was accidentally reversed from v1 to v2)
> * fix eslint warning
>
> www/manager6/Makefile | 1 +
> www/manager6/form/MultiFileButton.js | 59 ++++++++++++++++++++++++++++
> www/manager6/lxc/CreateWizard.js | 19 +++++----
> 3 files changed, 72 insertions(+), 7 deletions(-)
> create mode 100644 www/manager6/form/MultiFileButton.js
>
>
applied, thanks!
More information about the pve-devel
mailing list