]> git.proxmox.com Git - proxmox-backup.git/commit
ui: datastore: show comment, allow to edit notes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Oct 2020 17:25:47 +0000 (18:25 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Oct 2020 17:36:12 +0000 (18:36 +0100)
commitc9725bb829dfedfdf179babb033f256fee9e5536
tree21dcea057a3116ebd63896d2a164ea3b5e8cf4b7
parent40492a562ff37a2b8adaa6c7db2d1b673e86e43c
ui: datastore: show comment, allow to edit notes

the "comment" is the first line of the "notes" field from a manifest,
show it in the grid and allow editing the full notes.

Hack the click event listener a bit together for the right aligned
edit action button, but it works out well and is efficient (only one
event listener is much cheaper than per-buttons ones).

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/DataStoreContent.js
www/Makefile
www/css/ext6-pbs.css
www/window/NotesEdit.js [new file with mode: 0644]