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', }, ], });