mirror of
https://github.com/eugeny/tabby
synced 2025-12-13 03:06:05 +00:00
Support login scripts. Fix #344
This commit is contained in:
@@ -24,6 +24,7 @@ export class SSHSettingsTabComponent {
|
||||
port: 22,
|
||||
user: 'root',
|
||||
}
|
||||
|
||||
let modal = this.ngbModal.open(EditConnectionModalComponent)
|
||||
modal.componentInstance.connection = connection
|
||||
modal.result.then(result => {
|
||||
|
||||
Reference in New Issue
Block a user