ui: verify jobs: set/improve min-width for datastore and namespace columns

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-01-04 11:19:29 +01:00
parent b2a9d6a71c
commit 867ce3587b

View File

@ -189,12 +189,13 @@ Ext.define('PBS.config.VerifyJobView', {
{
header: gettext('Datastore'),
dataIndex: 'store',
minWidth: 80,
flex: 1,
},
{
header: gettext('Namespace'),
dataIndex: 'ns',
minWidth: 75,
minWidth: 80,
flex: 2,
sortable: true,
renderer: PBS.Utils.render_optional_namespace,