node network: add Bond Mode and Hash Policy columns

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-07-10 11:30:52 +02:00 committed by Thomas Lamprecht
parent 8311c0b1af
commit 211bdf934f

View File

@ -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,