From ed61472b36166de0dc10bf3c0012ec4ec88ca952 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 20 Dec 2019 15:59:14 +0100 Subject: [PATCH] ui: datastore content: render timestamp Signed-off-by: Thomas Lamprecht --- www/DataStoreContent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/DataStoreContent.js b/www/DataStoreContent.js index 53bcc27e..e129ea1e 100644 --- a/www/DataStoreContent.js +++ b/www/DataStoreContent.js @@ -50,6 +50,7 @@ Ext.define('PBS.DataStoreContent', { header: gettext('Time'), sortable: true, dataIndex: 'backup-time', + renderer: Proxmox.Utils.render_timestamp, flex: 1 } ],