Skip to content

Commit

Permalink
Fix unable to configure Ethernet Switch. Fixes #1530
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Dec 19, 2024
1 parent 99c6502 commit 608fcfd
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 608fcfd

Please sign in to comment.