fix build

This commit is contained in:
Matt Hill
2021-10-13 10:34:44 -06:00
committed by Aiden McClelland
parent e89036a68d
commit fe95d64cbd
2 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@
<!-- ** installed ** -->
<ng-container *ngIf="pkg.state === PackageState.Installed">
<!-- ** !restoring/backing-up ** -->
<ng-container *ngIf="!([PS.BackingUp, PS.Restoring] | includes : statuses.primary); else maintenance">
<ng-container *ngIf="!([PS.BackingUp, PS.Restoring] | includes : statuses.primary)">
<!-- ** health checks ** -->
<ng-container *ngIf="!(healthChecks | empty)">
<ion-item-divider>Health Checks</ion-item-divider>
@@ -117,10 +117,6 @@
</ion-label>
</ion-item>
</ng-container>
<!-- @TODO better maintenance messaging -->
<!-- <ng-template #maintenance>
Service is undergoing maintenance.
</ng-template> -->
</ng-container>
</ion-item-group>

View File

@@ -14,8 +14,12 @@
<ion-item class="ion-padding-bottom">
<ion-label>
<h2>
Connecting to your Embassy over LAN is fast and a great fallback in case the Tor network is experiencing issues.
<a href="https://docs.start9.com/user-manual/general/lan-setup" target="_blank" rel="noreferrer">View instructions</a>
Connecting to your Embassy over LAN provides a lightning fast experience and is a reliable fallback in case Tor is having problems. To connect to your Embassy's .local address, you must:
<ol>
<li>Be connected to the same Local Area Network (LAN) as your Embassy.</li>
<li>Download and trust your Embassy's SSL Certificate Authority (below).</li>
</ol>
View the full <a href="https://docs.start9.com/user-manual/general/lan-setup" target="_blank" rel="noreferrer">instructions</a>.
</h2>
<ng-container *ngIf="lanDisabled">
<br />
@@ -28,7 +32,7 @@
<ion-icon slot="start" name="download-outline" size="large"></ion-icon>
<ion-label>
<h1>Download Root CA</h1>
<p>Download and trust your Embassy's Root Certificate Authority to establish a secure connection on the LAN.</p>
<p>Download and trust your Embassy's Root Certificate Authority to establish a secure, https connection over LAN.</p>
</ion-label>
</ion-item>
</ion-item-group>