Autofill port forwarding inputs with the deleted port

This commit is contained in:
highfredo 2021-11-19 20:18:32 +01:00
parent 2922df08f4
commit a5fa022792

View File

@ -41,5 +41,6 @@ export class SSHPortForwardingConfigComponent {
remove (fw: ForwardedPortConfig) {
this.forwardRemoved.emit(fw)
this.newForward = fw
}
}