this shows the comment of the bridge in the selector

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 www/manager6/form/BridgeSelector.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/manager6/form/BridgeSelector.js 
b/www/manager6/form/BridgeSelector.js
index 72cbfea..754b28e 100644
--- a/www/manager6/form/BridgeSelector.js
+++ b/www/manager6/form/BridgeSelector.js
@@ -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
            }
        ]
     },
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to