mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 10:45:45 +00:00
automatically recover ssh tabs (fixes #583)
This commit is contained in:
@@ -53,4 +53,11 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
this.session.resize(this.size.columns, this.size.rows)
|
||||
this.session.start()
|
||||
}
|
||||
|
||||
async getRecoveryToken (): Promise<any> {
|
||||
return {
|
||||
type: 'app:ssh-tab',
|
||||
connection: this.connection,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user