mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
lint
This commit is contained in:
@@ -5,7 +5,7 @@ import { KnownHost, KnownHostSelector, SSHKnownHostsService } from '../services/
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./hostKeyPromptModal.component.pug',
|
||||
templateUrl: './hostKeyPromptModal.component.pug',
|
||||
})
|
||||
export class HostKeyPromptModalComponent {
|
||||
@Input() selector: KnownHostSelector
|
||||
|
@@ -4,7 +4,7 @@ import { KeyboardInteractivePrompt } from '../session/ssh'
|
||||
|
||||
@Component({
|
||||
selector: 'keyboard-interactive-auth-panel',
|
||||
templateUrl:'./keyboardInteractiveAuthPanel.component.pug',
|
||||
templateUrl: './keyboardInteractiveAuthPanel.component.pug',
|
||||
styleUrls: ['./keyboardInteractiveAuthPanel.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
|
@@ -4,7 +4,7 @@ import { BaseComponent } from 'tabby-core'
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./sftpCreateDirectoryModal.component.pug',
|
||||
templateUrl: './sftpCreateDirectoryModal.component.pug',
|
||||
})
|
||||
export class SFTPCreateDirectoryModalComponent extends BaseComponent {
|
||||
directoryName: string
|
||||
|
@@ -5,7 +5,7 @@ import { SFTPFile, SFTPSession } from '../session/sftp'
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./sftpDeleteModal.component.pug',
|
||||
templateUrl: './sftpDeleteModal.component.pug',
|
||||
})
|
||||
export class SFTPDeleteModalComponent extends BaseComponent {
|
||||
sftp: SFTPSession
|
||||
|
@@ -15,7 +15,7 @@ interface PathSegment {
|
||||
|
||||
@Component({
|
||||
selector: 'sftp-panel',
|
||||
templateUrl:'./sftpPanel.component.pug',
|
||||
templateUrl: './sftpPanel.component.pug',
|
||||
styleUrls: ['./sftpPanel.component.scss'],
|
||||
})
|
||||
export class SFTPPanelComponent {
|
||||
|
@@ -5,7 +5,7 @@ import { ForwardedPortConfig, PortForwardType } from '../api'
|
||||
/** @hidden */
|
||||
@Component({
|
||||
selector: 'ssh-port-forwarding-config',
|
||||
templateUrl:'./sshPortForwardingConfig.component.pug',
|
||||
templateUrl: './sshPortForwardingConfig.component.pug',
|
||||
})
|
||||
export class SSHPortForwardingConfigComponent {
|
||||
@Input() model: ForwardedPortConfig[]
|
||||
|
@@ -6,7 +6,7 @@ import { ForwardedPortConfig } from '../api'
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./sshPortForwardingModal.component.pug',
|
||||
templateUrl: './sshPortForwardingModal.component.pug',
|
||||
})
|
||||
export class SSHPortForwardingModalComponent {
|
||||
@Input() session: SSHSession
|
||||
|
@@ -11,7 +11,7 @@ import { supportedAlgorithms } from '../algorithms'
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./sshProfileSettings.component.pug',
|
||||
templateUrl: './sshProfileSettings.component.pug',
|
||||
})
|
||||
export class SSHProfileSettingsComponent {
|
||||
Platform = Platform
|
||||
|
@@ -4,7 +4,7 @@ import { ConfigService, HostAppService, Platform } from 'tabby-core'
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./sshSettingsTab.component.pug',
|
||||
templateUrl: './sshSettingsTab.component.pug',
|
||||
})
|
||||
export class SSHSettingsTabComponent {
|
||||
Platform = Platform
|
||||
|
Reference in New Issue
Block a user