ui: tfa: fix ctime column width

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-18 14:31:15 +01:00
parent 4cbd7eb7f9
commit f57ae48286

View File

@ -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,