ui: tfa: fix ctime column width
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4cbd7eb7f9
commit
f57ae48286
@ -208,7 +208,7 @@ Ext.define('PBS.config.TfaView', {
|
||||
},
|
||||
{
|
||||
header: gettext('Created'),
|
||||
width: 80,
|
||||
width: 150,
|
||||
sortable: true,
|
||||
dataIndex: 'created',
|
||||
renderer: Proxmox.Utils.render_timestamp,
|
||||
|
Loading…
Reference in New Issue
Block a user