mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-04 10:29:55 +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()
|
||||
|
||||
setImmediate(() => {
|
||||
this.setTitle(this.connection.name)
|
||||
})
|
||||
}
|
||||
|
||||
async initializeSession () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user