[pve-devel] applied: [PATCH manager 2/6] ui: factor out input panel for editing prune settings

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Sep 8 13:01:27 CEST 2021


On 06.09.21 13:32, Fabian Ebner wrote:
> To be re-used for configuring job-specific retention options for
> backups.
> 
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
>  www/manager6/Makefile                     |  1 +
>  www/manager6/panel/EditPruneInputPanel.js | 97 +++++++++++++++++++++++
>  www/manager6/storage/Base.js              | 96 +---------------------
>  3 files changed, 99 insertions(+), 95 deletions(-)
>  create mode 100644 www/manager6/panel/EditPruneInputPanel.js
> 
>

applied, but renamed file to BackupJobPrune.js and widget xtype to pveBackupJobPrunePanel,
as normally each InputPanel is "Edit" and it's not common to encode the parent class type
in the file name either.

any how, thanks!





More information about the pve-devel mailing list