Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/major

This commit is contained in:
Matt Hill
2024-11-25 19:02:07 -07:00
712 changed files with 83068 additions and 9240 deletions

View File

@@ -5,6 +5,7 @@ import { LoadingService } from '@start9labs/shared'
import { TuiDialogService } from '@taiga-ui/core'
import { filter } from 'rxjs'
import { ApiService } from 'src/app/services/api/embassy-api.service'
import { ConfigService } from 'src/app/services/config.service'
@Component({
selector: 'diagnostic-home',
@@ -25,6 +26,7 @@ export class HomePage {
private readonly api: ApiService,
private readonly dialogs: TuiDialogService,
@Inject(WA_WINDOW) private readonly window: Window,
readonly config: ConfigService,
) {}
async ngOnInit() {