Skip to content

Commit

Permalink
Merge branch '2.2' into master-3.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
grossmj committed Dec 19, 2024
2 parents bbb7f08 + 608fcfd commit ab5d298
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ab5d298

Please sign in to comment.