misc changes

This commit is contained in:
Drew Ansbacher
2021-08-30 14:04:01 -06:00
committed by Aiden McClelland
parent 9d52149a0d
commit 7ec2d26fe7
11 changed files with 172 additions and 152 deletions

View File

@@ -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}...`

View File

@@ -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',