mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
Merge pull request #285 from VaultVulp/master
Fixed typo in SSH client's configuration window.
This commit is contained in:
commit
c7d9f944d5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
input.form-control(
|
||||
type='number',
|
||||
placeholder='22',
|
||||
[(ngModel)]='connection.post',
|
||||
[(ngModel)]='connection.port',
|
||||
)
|
||||
|
||||
.form-group
|
||||
|
|
Loading…
Reference in a new issue