ui: use shorter datetime format for encryption key creation time

This commit is contained in:
Dietmar Maurer 2021-03-04 17:57:40 +01:00
parent 1576c7a0d9
commit 6b303323be
1 changed files with 3 additions and 1 deletions

View File

@ -128,8 +128,10 @@ Ext.define('PBS.TapeManagement.EncryptionPanel', {
}, },
{ {
text: gettext('Created'), text: gettext('Created'),
xtype: 'datecolumn',
dataIndex: 'created', dataIndex: 'created',
flex: 2, width: 150,
format: 'Y-m-d H:i:s',
}, },
], ],
}); });