From f57ae482868eec2d80868326e68767b4a6e1e5b1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 18 Jan 2021 14:31:15 +0100 Subject: [PATCH] ui: tfa: fix ctime column width Signed-off-by: Thomas Lamprecht --- www/config/TfaView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/config/TfaView.js b/www/config/TfaView.js index 0f75fe71..f76732fc 100644 --- a/www/config/TfaView.js +++ b/www/config/TfaView.js @@ -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,