node network: add Bond Mode and Hash Policy columns
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
8311c0b1af
commit
211bdf934f
@ -323,6 +323,16 @@ Ext.define('Proxmox.node.NetworkView', {
|
||||
dataIndex: 'type',
|
||||
renderer: render_ports
|
||||
},
|
||||
{
|
||||
header: gettext('Bond Mode'),
|
||||
dataIndex: 'bond_mode',
|
||||
renderer: Proxmox.Utils.render_bond_mode,
|
||||
},
|
||||
{
|
||||
header: gettext('Hash Policy'),
|
||||
hidden: true,
|
||||
dataIndex: 'bond_xmit_hash_policy',
|
||||
},
|
||||
{
|
||||
header: gettext('IP address'),
|
||||
sortable: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user