mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-09 03:24:13 +00:00
Merge branch '2.2' into master-3.0
# Conflicts: # package.json
This commit is contained in:
commit
ab5d298d7b
@ -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