ui: datastore content: render timestamp
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
da0e1e4021
commit
ed61472b36
|
@ -50,6 +50,7 @@ Ext.define('PBS.DataStoreContent', {
|
|||
header: gettext('Time'),
|
||||
sortable: true,
|
||||
dataIndex: 'backup-time',
|
||||
renderer: Proxmox.Utils.render_timestamp,
|
||||
flex: 1
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue