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
commit c7d9f944d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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