]> git.proxmox.com Git - proxmox-backup.git/commitdiff
gui: tfa: make description fill the remaining space
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Jan 2021 12:50:02 +0000 (13:50 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Jan 2021 13:06:12 +0000 (14:06 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
www/config/TfaView.js

index cfb7e05aaa883794fdf9eb52d3351b07731a0e0d..0f75fe71accec5cb9b34699db9a126365e3e163c 100644 (file)
@@ -219,6 +219,7 @@ Ext.define('PBS.config.TfaView', {
            sortable: true,
            dataIndex: 'description',
            renderer: Ext.String.htmlEncode,
+           flex: 1,
        },
     ],