mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:58:20 +00:00
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…
Reference in New Issue
Block a user