fix bug #118: allow to edit ethX settings
This commit is contained in:
parent
d052564080
commit
5cc52e702d
@ -24,6 +24,8 @@ Ext.define('PVE.node.NetworkEdit', {
|
||||
} else if (me.iftype === 'bond') {
|
||||
me.subject = "Bond";
|
||||
iface_vtype = 'BondName';
|
||||
} else if (me.iftype === 'eth' && !me.create) {
|
||||
me.subject = gettext("Network Device");
|
||||
} else {
|
||||
throw "no known network device type specified";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user