mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
fontawesome 5
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Injectable, NgZone } from '@angular/core'
|
||||
import { SSHConnection } from '../api'
|
||||
import SSHModule from '..'
|
||||
|
||||
let xkeychain
|
||||
let wincredmgr
|
||||
@@ -14,7 +13,7 @@ try {
|
||||
}
|
||||
}
|
||||
|
||||
@Injectable({ providedIn: SSHModule })
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class PasswordStorageService {
|
||||
constructor (
|
||||
private zone: NgZone,
|
||||
|
@@ -9,7 +9,6 @@ import { TerminalTabComponent } from 'terminus-terminal'
|
||||
import { SSHConnection, SSHSession } from '../api'
|
||||
import { PromptModalComponent } from '../components/promptModal.component'
|
||||
import { PasswordStorageService } from './passwordStorage.service'
|
||||
import SSHModule from '..'
|
||||
const { SSH2Stream } = require('ssh2-streams')
|
||||
|
||||
let windowsProcessTree
|
||||
@@ -18,7 +17,7 @@ try {
|
||||
} catch (e) {
|
||||
} // tslint:disable-line
|
||||
|
||||
@Injectable({ providedIn: SSHModule })
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class SSHService {
|
||||
private logger: Logger
|
||||
|
||||
|
Reference in New Issue
Block a user