mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-04 08:20:55 +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() {
|
onAdd() {
|
||||||
|
this.newPort.name = "Ethernet" + this.newPort.port_number;
|
||||||
this.ethernetPorts.push(this.newPort);
|
this.ethernetPorts.push(this.newPort);
|
||||||
|
|
||||||
this.newPort = {
|
this.newPort = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user