ui: dc/storages: add bwlimit column

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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-03-22 16:27:05 +01:00 committed by Dominik Csapak
parent 99acd7d9df
commit a8abd7a126

View File

@ -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: {