Support login scripts. Fix #344

This commit is contained in:
Domain
2018-08-27 12:24:12 +08:00
parent 4b1ba7863f
commit 2ea2c02845
5 changed files with 194 additions and 41 deletions

View File

@@ -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 => {