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:
Dominik Csapak 2016-06-29 14:28:39 +02:00 committed by Fabian Grünbichler
parent 42f96f3bfd
commit e7a0c23d13

View File

@ -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
}
]
},