]> git.proxmox.com Git - proxmox-backup.git/commit
ui: datastore/Content: add 'Prune All' button
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 16 Jul 2021 08:53:27 +0000 (10:53 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Jul 2021 09:42:09 +0000 (11:42 +0200)
commitafbf2e10f3e04b323936dbff044b99488aced71c
treed40c9955c429b914ef405755598f7003e01fe0d3
parent9805207aa5dcefa29f42914292a7e4eb18c50997
ui: datastore/Content: add 'Prune All' button

since the api call always starts a real worker, we cannot have a
preview. It would also be very hard to show that for all groups in a
non-confusing way. We reuse the pbsPruneInputPanel and add the dry-run
field there conditionally.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/datastore/Content.js
www/window/DataStoreEdit.js