mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 12:33:40 +00:00
stylized
This commit is contained in:
committed by
Aiden McClelland
parent
412c10a859
commit
27072b5a3b
@@ -1,8 +1,12 @@
|
||||
<ion-app>
|
||||
<ion-content *ngIf="stateService.loading; else loaded">
|
||||
<h2 color="light">Connecting to Embassy</h2>
|
||||
</ion-content>
|
||||
<ng-template #loaded>
|
||||
<ion-header>
|
||||
<ion-toolbar color="primary">
|
||||
<ion-title>
|
||||
Embassy Setup Wizard
|
||||
</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
<ion-content *ngIf="!stateService.loading" class="has-header">
|
||||
<ion-router-outlet></ion-router-outlet>
|
||||
</ng-template>
|
||||
</ion-content>
|
||||
</ion-app>
|
||||
|
||||
Reference in New Issue
Block a user