From 6b303323be15b9a544bd7d3467f4e658b0f049a0 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 4 Mar 2021 17:57:40 +0100 Subject: [PATCH] ui: use shorter datetime format for encryption key creation time --- www/tape/EncryptionKeys.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/tape/EncryptionKeys.js b/www/tape/EncryptionKeys.js index 2c70736c..a4f91ccc 100644 --- a/www/tape/EncryptionKeys.js +++ b/www/tape/EncryptionKeys.js @@ -128,8 +128,10 @@ Ext.define('PBS.TapeManagement.EncryptionPanel', { }, { text: gettext('Created'), + xtype: 'datecolumn', dataIndex: 'created', - flex: 2, + width: 150, + format: 'Y-m-d H:i:s', }, ], });