fix #757: show the bridge comment in the selector
this shows the comment of the bridge in the selector Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
42f96f3bfd
commit
e7a0c23d13
@ -29,6 +29,11 @@ Ext.define('PVE.form.BridgeSelector', {
|
||||
width: 60,
|
||||
dataIndex: 'active',
|
||||
renderer: PVE.Utils.format_boolean
|
||||
},
|
||||
{
|
||||
header: gettext('Comment'),
|
||||
dataIndex: 'comments',
|
||||
renderer: Ext.String.htmlEncode
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user