ui: tape/TapeInventory: set defaultValue for pool to ''
otherwise the grouping feature of the grid gets confused as it encounters undefined values Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
918a367258
commit
9d42fe4d3b
@ -9,7 +9,10 @@ Ext.define('pbs-model-tapes', {
|
|||||||
'media-set-ctime',
|
'media-set-ctime',
|
||||||
'media-set-name',
|
'media-set-name',
|
||||||
'media-set-uuid',
|
'media-set-uuid',
|
||||||
'pool',
|
{
|
||||||
|
name: 'pool',
|
||||||
|
defaultValue: '',
|
||||||
|
},
|
||||||
'seq-nr',
|
'seq-nr',
|
||||||
'status',
|
'status',
|
||||||
'uuid',
|
'uuid',
|
||||||
|
Loading…
Reference in New Issue
Block a user