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:
parent
b2a9d6a71c
commit
867ce3587b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user