diff --git a/web/projects/ui/src/app/apps/ui/pages/services/status/status.component.ts b/web/projects/ui/src/app/apps/ui/pages/services/status/status.component.ts index 28077098ba..14ece402c0 100644 --- a/web/projects/ui/src/app/apps/ui/pages/services/status/status.component.ts +++ b/web/projects/ui/src/app/apps/ui/pages/services/status/status.component.ts @@ -21,6 +21,7 @@ export class StatusComponent { @Input() style?: string = 'regular' @Input() weight?: string = 'normal' @Input() installProgress?: InstallProgress + @Input() sigtermTimeout?: string | null = null readonly connected$ = this.connectionService.connected$