ui: backuo job detail: show next-run info

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-01-13 16:49:38 +01:00
parent 8aeb7146f9
commit 452bdb03ed

View File

@ -187,6 +187,12 @@ Ext.define('PVE.dc.BackupInfo', {
name: 'schedule',
fieldLabel: gettext('Schedule'),
},
{
xtype: 'displayfield',
name: 'next-run',
fieldLabel: gettext('Next Run'),
renderer: PVE.Utils.render_next_event,
},
{
xtype: 'displayfield',
name: 'selMode',