diff --git a/web/projects/setup-wizard/src/app/components/cifs.component.ts b/web/projects/setup-wizard/src/app/components/cifs.component.ts index b5b01bbba..e59d6052a 100644 --- a/web/projects/setup-wizard/src/app/components/cifs.component.ts +++ b/web/projects/setup-wizard/src/app/components/cifs.component.ts @@ -14,9 +14,13 @@ import { TuiDialogContext, TuiDialogService, TuiError, + TuiTextfield, } from '@taiga-ui/core' -import { TUI_VALIDATION_ERRORS, TuiFieldErrorPipe } from '@taiga-ui/kit' -import { TuiInputModule, TuiInputPasswordModule } from '@taiga-ui/legacy' +import { + TUI_VALIDATION_ERRORS, + TuiFieldErrorPipe, + TuiPassword, +} from '@taiga-ui/kit' import { injectContext, PolymorpheusComponent } from '@taiga-ui/polymorpheus' import { SERVERS, ServersResponse } from 'src/app/components/servers.component' import { ApiService } from 'src/app/services/api.service' @@ -30,39 +34,47 @@ export interface CifsResponse { @Component({ template: `
- - Hostname * + + - + + /> - - Path * - - - + + + + + - - Username * - - + + + + + /> - - Password - + + + + +