we have a format list, so just render it as plain text easiest to do and gives an OK feedback
Signed-off-by: Thomas Lamprecht <[email protected]> --- www/manager6/dc/StorageView.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/manager6/dc/StorageView.js b/www/manager6/dc/StorageView.js index 67fa98d1..bebc69d5 100644 --- a/www/manager6/dc/StorageView.js +++ b/www/manager6/dc/StorageView.js @@ -265,6 +265,12 @@ Ext.define('PVE.dc.StorageView', { sortable: true, dataIndex: 'disable', renderer: Proxmox.Utils.format_neg_boolean + }, + { + header: gettext('Bandwidth Limit'), + flex: 2, + sortable: true, + dataIndex: 'bwlimit' } ], listeners: { -- 2.14.2 _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
