mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-19 00:28:43 +00:00
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'),
|
header: gettext('Datastore'),
|
||||||
dataIndex: 'store',
|
dataIndex: 'store',
|
||||||
|
minWidth: 80,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
header: gettext('Namespace'),
|
header: gettext('Namespace'),
|
||||||
dataIndex: 'ns',
|
dataIndex: 'ns',
|
||||||
minWidth: 75,
|
minWidth: 80,
|
||||||
flex: 2,
|
flex: 2,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
renderer: PBS.Utils.render_optional_namespace,
|
renderer: PBS.Utils.render_optional_namespace,
|
||||||
|
Loading…
Reference in New Issue
Block a user