{{ options.message }}
{{ options.warning }}
@@ -60,22 +59,20 @@ import { i18nKey } from '../i18n/i18n.providers' > `, - styles: [ - ` - .warning { - color: var(--tui-status-warning); - } + styles: ` + .warning { + color: var(--tui-status-warning); + } - .button { - pointer-events: auto; - margin-left: 0.25rem; - } + .button { + pointer-events: auto; + margin-left: 0.25rem; + } - .masked { - -webkit-text-security: disc; - } - `, - ], + .masked { + -webkit-text-security: disc; + } + `, imports: [ CommonModule, FormsModule, diff --git a/web/projects/shared/src/components/server.component.ts b/web/projects/shared/src/components/server.component.ts index c1ffac257..735e9cb99 100644 --- a/web/projects/shared/src/components/server.component.ts +++ b/web/projects/shared/src/components/server.component.ts @@ -5,7 +5,6 @@ import { TuiCell } from '@taiga-ui/layout' import { StartOSDiskInfo } from '../types/api' @Component({ - standalone: true, selector: 'button[server]', template: `