mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 17:27:54 +00:00
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:
parent
99acd7d9df
commit
a8abd7a126
@ -265,6 +265,12 @@ Ext.define('PVE.dc.StorageView', {
|
|||||||
sortable: true,
|
sortable: true,
|
||||||
dataIndex: 'disable',
|
dataIndex: 'disable',
|
||||||
renderer: Proxmox.Utils.format_neg_boolean
|
renderer: Proxmox.Utils.format_neg_boolean
|
||||||
|
},
|
||||||
|
{
|
||||||
|
header: gettext('Bandwidth Limit'),
|
||||||
|
flex: 2,
|
||||||
|
sortable: true,
|
||||||
|
dataIndex: 'bwlimit'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
listeners: {
|
listeners: {
|
||||||
|
Loading…
Reference in New Issue
Block a user