mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
align checkbox
This commit is contained in:
@@ -3,6 +3,7 @@ import { FormsModule } from '@angular/forms'
|
|||||||
import { i18nPipe } from '@start9labs/shared'
|
import { i18nPipe } from '@start9labs/shared'
|
||||||
import {
|
import {
|
||||||
TuiButton,
|
TuiButton,
|
||||||
|
TuiCell,
|
||||||
TuiCheckbox,
|
TuiCheckbox,
|
||||||
TuiDialogContext,
|
TuiDialogContext,
|
||||||
TuiNotification,
|
TuiNotification,
|
||||||
@@ -19,6 +20,7 @@ export interface PreserveOverwriteData {
|
|||||||
imports: [
|
imports: [
|
||||||
FormsModule,
|
FormsModule,
|
||||||
TuiButton,
|
TuiButton,
|
||||||
|
TuiCell,
|
||||||
TuiCheckbox,
|
TuiCheckbox,
|
||||||
TuiHeader,
|
TuiHeader,
|
||||||
TuiNotification,
|
TuiNotification,
|
||||||
@@ -49,9 +51,9 @@ export interface PreserveOverwriteData {
|
|||||||
| i18n
|
| i18n
|
||||||
}}
|
}}
|
||||||
</p>
|
</p>
|
||||||
<label>
|
<label tuiCell>
|
||||||
<input tuiCheckbox type="checkbox" [(ngModel)]="backupAck" />
|
<input tuiCheckbox type="checkbox" [(ngModel)]="backupAck" />
|
||||||
{{ 'I have a backup of my data' | i18n }}
|
<span tuiTitle>{{ 'I have a backup of my data' | i18n }}</span>
|
||||||
</label>
|
</label>
|
||||||
}
|
}
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user