]> git.proxmox.com Git - pve-manager.git/commit
ui: notes edit: set maxLength on text area
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Jun 2021 17:23:13 +0000 (19:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Jun 2021 17:23:15 +0000 (19:23 +0200)
commita78362cf062ceb9029fc9716085505ce505af2da
tree03a473e793844aa304f85643883406f4b693a8b9
parentdbf3563fdf56c6319f55204d9a0a75121f56fdb4
ui: notes edit: set maxLength on text area

the backend will have actual explicit length limits on the
description properties (was limited indirectly through PUT/POST
request size limit of 64 KiB), so convey that limit also in the GUI.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/panel/NotesView.js
www/manager6/window/NotesEdit.js