mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-23 17:43:34 +00:00
ui: add date column in per-guest backup archive panel
Similar to commit 12d50fcd21
which
added this column to the storage content grid let's also add it here.
As we also base off the 'pve-storage-content' it's just a matter of
copying over the column definition 1:1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3b8f599bca
commit
afd3b0718e
@ -205,6 +205,11 @@ Ext.define('PVE.grid.BackupView', {
|
||||
renderer: PVE.Utils.render_storage_content,
|
||||
dataIndex: 'volid'
|
||||
},
|
||||
{
|
||||
header: gettext('Date'),
|
||||
width: 150,
|
||||
dataIndex: 'vdate'
|
||||
},
|
||||
{
|
||||
header: gettext('Format'),
|
||||
width: 100,
|
||||
|
Loading…
Reference in New Issue
Block a user