Merge branch '2.2' into master-3.0

# Conflicts:
#	package.json
This commit is contained in:
grossmj 2024-12-19 18:17:25 +07:00
commit ab5d298d7b
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -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 = {