ui: datastore content: render timestamp

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-12-20 15:59:14 +01:00
parent da0e1e4021
commit ed61472b36
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ Ext.define('PBS.DataStoreContent', {
header: gettext('Time'),
sortable: true,
dataIndex: 'backup-time',
renderer: Proxmox.Utils.render_timestamp,
flex: 1
}
],