[pve-devel] [PATCH manager 3/3] fix #757: show the bridge comment in the selector
Dominik Csapak
d.csapak at proxmox.com
Wed Jun 29 14:28:39 CEST 2016
this shows the comment of the bridge in the selector
Signed-off-by: Dominik Csapak <d.csapak at 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
More information about the pve-devel
mailing list