Merge pull request #285 from VaultVulp/master

Fixed typo in SSH client's configuration window.
This commit is contained in:
Eugene Pankov
2018-02-03 10:11:17 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@
input.form-control(
type='number',
placeholder='22',
[(ngModel)]='connection.post',
[(ngModel)]='connection.port',
)
.form-group