]> git.proxmox.com Git - proxmox-backup.git/commit
ui: add support for notes on backup groups
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 8 Jul 2021 14:45:28 +0000 (16:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jul 2021 05:13:44 +0000 (07:13 +0200)
commit68e2ea99baf9eaa06d9cb9545d844d8fe5b13965
tree5fb58d3eb3a9504c072e8ecb30bf0d32c4988745
parentd6688884f689d8d27282b211788cb19ab12d4c3a
ui: add support for notes on backup groups

Currently done a little bit hacky in a seperate API call following the
initial list_snapshots, as we previously didn't call list_groups at all
and instead calculated the groups from the snapshots.

This calls it async and updates the view with group comments when data
arrives. The editor is simply reused with the 'group-notes' API call,
since the semantics are the same.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
www/datastore/Content.js