ui: use shorter datetime format for encryption key creation time
This commit is contained in:
parent
1576c7a0d9
commit
6b303323be
|
@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue