mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 04:31:08 +00:00
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
1de934eb8e
commit
5039e75e31
@ -29,6 +29,11 @@ Ext.define('PVE.form.BridgeSelector', {
|
|||||||
width: 60,
|
width: 60,
|
||||||
dataIndex: 'active',
|
dataIndex: 'active',
|
||||||
renderer: PVE.Utils.format_boolean
|
renderer: PVE.Utils.format_boolean
|
||||||
|
},
|
||||||
|
{
|
||||||
|
header: gettext('Comment'),
|
||||||
|
dataIndex: 'comments',
|
||||||
|
renderer: Ext.String.htmlEncode
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user