Commit Graph

15 Commits

Author SHA1 Message Date
Dietmar Maurer
78def3da3c PVE.dc.BackupView: improve rendering of boolean values 2015-07-27 09:27:44 +02:00
Thomas Lamprecht
e0d8276f31 Added UI elements for the backup job disabling function
Added a column in the datacenter backup job overview to see if a job
is enabled or not. Added checkbox to the input panel, which enables
or disables a job.
This closes bug/feature request 492.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2015-07-27 09:15:39 +02:00
Tobias Doerffel
8b4b4860ec VZDump: added email notification setting
It's now possible to make VZDump only send a mail in case of a failure.

Signed-off-by: Tobias Doerffel <tobias.doerffel@ed-chemnitz.de>
2014-11-24 06:35:15 +01:00
Dietmar Maurer
429d25a38c avoid re-select inside selectionChange callback 2013-11-28 09:26:01 +01:00
Dietmar Maurer
49254f9023 fix bug #141: allow to create backup job without compression 2012-04-11 10:37:39 +02:00
Dietmar Maurer
899b837395 vzdump: add new 'remove' flag to disable automatic file removal
The maxfiles flags is now a storage related flag. So we set that on
the storage definition, and removed it from the scheduled backup GUI.
We use '--remove 0' for 'Backup now', so the user need to remove
old backups himself.
2012-03-23 10:05:14 +01:00
Dietmar Maurer
254715d114 backup: allow to select compression (lzo/gzip) 2012-02-10 08:19:31 +01:00
Dietmar Maurer
2d6e2f4d49 monitor load errors 2012-01-20 05:51:24 +01:00
Dietmar Maurer
58eb590510 use standard titles for create/edit dialogs
That way we can reduce the number of gettext() messages.
2012-01-12 09:15:34 +01:00
Dietmar Maurer
32314691c7 add more gettext markers 2011-12-12 08:06:10 +01:00
Dietmar Maurer
a2f5799145 make jslint happy 2011-11-09 10:59:21 +01:00
Dietmar Maurer
31aef76131 cleanup vzdump backup/cron code 2011-10-31 08:47:18 +01:00
Dietmar Maurer
a5a8209f6c do not disable the selection model
Because that reveals several bugs inside the ExtJS framework (very strange behaviour with chrome). Instead we disable/enable the whole grid.
2011-10-28 13:36:40 +02:00
Dietmar Maurer
c8ca6811d2 fix node filter 2011-10-28 10:43:22 +02:00
Dietmar Maurer
91d4dd1165 add backup (cron) GUI 2011-10-28 09:38:12 +02:00