mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-04 18:21:56 +00:00
Fix unable to configure Ethernet Switch. Fixes #1530
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
parent
99c6502a65
commit
608fcfd04e
@ -30,6 +30,7 @@ export class PortsComponent implements OnInit {
|
||||
}
|
||||
|
||||
onAdd() {
|
||||
this.newPort.name = "Ethernet" + this.newPort.port_number;
|
||||
this.ethernetPorts.push(this.newPort);
|
||||
|
||||
this.newPort = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user