mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 21:28:40 +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') {
|
} else if (me.iftype === 'bond') {
|
||||||
me.subject = "Bond";
|
me.subject = "Bond";
|
||||||
iface_vtype = 'BondName';
|
iface_vtype = 'BondName';
|
||||||
|
} else if (me.iftype === 'eth' && !me.create) {
|
||||||
|
me.subject = gettext("Network Device");
|
||||||
} else {
|
} else {
|
||||||
throw "no known network device type specified";
|
throw "no known network device type specified";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user