mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
misc changes
This commit is contained in:
committed by
Aiden McClelland
parent
9d52149a0d
commit
7ec2d26fe7
@@ -43,11 +43,9 @@ export class AppConfigPage {
|
||||
|
||||
async ngOnInit () {
|
||||
const rec = history.state?.configRecommendation as Recommendation
|
||||
|
||||
try {
|
||||
this.loadingText = 'Loading Config'
|
||||
const { spec, config } = await this.embassyApi.getPackageConfig({ id: this.pkgId })
|
||||
|
||||
let depConfig: object
|
||||
if (rec) {
|
||||
this.loadingText = `Setting properties to accommodate ${rec.dependentTitle}...`
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import { Component, Input } from '@angular/core'
|
||||
import { IonicSafeString, LoadingController, ModalController } from '@ionic/angular'
|
||||
import { getErrorMessage } from 'src/app/services/error-toast.service'
|
||||
import { ApiService } from 'src/app/services/api/embassy-api.service'
|
||||
import { ErrorToastService, getErrorMessage } from 'src/app/services/error-toast.service'
|
||||
|
||||
@Component({
|
||||
selector: 'backup-confirmation',
|
||||
|
||||
Reference in New Issue
Block a user