mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
sw build errors
This commit is contained in:
committed by
Aiden McClelland
parent
e3654d574a
commit
73d7d3f855
@@ -1,5 +1,5 @@
|
||||
import { Component } from '@angular/core'
|
||||
import { AlertController, iosTransitionAnimation, LoadingController, ModalController, NavController } from '@ionic/angular'
|
||||
import { iosTransitionAnimation, LoadingController, ModalController, NavController } from '@ionic/angular'
|
||||
import { ApiService, EmbassyDrive } from 'src/app/services/api/api.service'
|
||||
import { StateService } from 'src/app/services/state.service'
|
||||
import { PasswordPage } from '../password/password.page'
|
||||
@@ -13,6 +13,7 @@ export class EmbassyPage {
|
||||
embassyDrives = []
|
||||
selectedDrive: EmbassyDrive = null
|
||||
loading = true
|
||||
window = window
|
||||
|
||||
constructor(
|
||||
private readonly apiService: ApiService,
|
||||
|
||||
@@ -9,7 +9,7 @@ import { StateService } from 'src/app/services/state.service'
|
||||
})
|
||||
export class LoadingPage {
|
||||
constructor(
|
||||
private stateService: StateService,
|
||||
public stateService: StateService,
|
||||
private navCtrl: NavController
|
||||
) {}
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ export class RecoverPage {
|
||||
recoveryDrives = []
|
||||
selectedDrive: RecoveryDrive = null
|
||||
loading = true
|
||||
window = window
|
||||
|
||||
constructor(
|
||||
private readonly apiService: ApiService,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<p>{{ stateService.torAddress }}</p>
|
||||
</ion-label>
|
||||
<ion-buttons slot="end">
|
||||
<ion-button fill="clear" (click)="copy(lan)">
|
||||
<ion-button fill="clear" (click)="copy()">
|
||||
<ion-icon size="small" slot="icon-only" name="copy-outline"></ion-icon>
|
||||
</ion-button>
|
||||
</ion-buttons>
|
||||
|
||||
Reference in New Issue
Block a user