This commit is contained in:
Eugene Pankov
2023-04-10 21:21:49 +02:00
parent 73fae43027
commit 3b8ca0d592
50 changed files with 50 additions and 49 deletions

View File

@@ -6,7 +6,7 @@ import { TelnetProfile } from '../session'
/** @hidden */
@Component({
templateUrl:'./telnetProfileSettings.component.pug',
templateUrl: './telnetProfileSettings.component.pug',
})
export class TelnetProfileSettingsComponent implements ProfileSettingsComponent<TelnetProfile> {
profile: TelnetProfile