mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 10:45:45 +00:00
use ssh connection name for the tab's title (fixes #621)
This commit is contained in:
@@ -26,6 +26,10 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
})
|
||||
|
||||
super.ngOnInit()
|
||||
|
||||
setImmediate(() => {
|
||||
this.setTitle(this.connection.name)
|
||||
})
|
||||
}
|
||||
|
||||
async initializeSession () {
|
||||
|
||||
Reference in New Issue
Block a user