mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-23 21:34:13 +03:00
Fixed typo in SSH client's configuration window.
This commit is contained in:
parent
0255985bc6
commit
4ca806e142
@ -18,7 +18,7 @@
|
|||||||
input.form-control(
|
input.form-control(
|
||||||
type='number',
|
type='number',
|
||||||
placeholder='22',
|
placeholder='22',
|
||||||
[(ngModel)]='connection.post',
|
[(ngModel)]='connection.port',
|
||||||
)
|
)
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
|
Loading…
Reference in New Issue
Block a user