mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-04 18:39:54 +00:00
use ssh connection name for the tab's title (fixes #621)
This commit is contained in:
parent
bf0d02d1fc
commit
a2128ca1f2
@ -26,6 +26,10 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
|||||||
})
|
})
|
||||||
|
|
||||||
super.ngOnInit()
|
super.ngOnInit()
|
||||||
|
|
||||||
|
setImmediate(() => {
|
||||||
|
this.setTitle(this.connection.name)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
async initializeSession () {
|
async initializeSession () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user