src/config/network.rs: make it compatible with pve
and depend on proxmox 0.1.26
This commit is contained in:
@ -30,7 +30,8 @@ Ext.define('PBS.SystemConfiguration', {
|
||||
minHeight: 200,
|
||||
title: gettext('Interfaces'),
|
||||
xtype: 'proxmoxNodeNetworkView',
|
||||
types: ['bond'],
|
||||
showApplyBtn: true,
|
||||
types: ['bond', 'bridge', 'vlan'],
|
||||
nodename: 'localhost'
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user