just show wanring for wifi

This commit is contained in:
Matt Hill
2020-12-10 16:42:21 -07:00
committed by Aaron Greenspan
parent abec910378
commit da6ee94605
2 changed files with 2 additions and 5 deletions

View File

@@ -57,7 +57,7 @@
<ion-label><ion-text color="primary">Secure LAN Setup</ion-text></ion-label>
</ion-item>
<ion-item *ngIf="(server.wifi | async)?.ssids.length" [routerLink]="['wifi']">
<ion-item [routerLink]="['wifi']">
<ion-icon slot="start" name="wifi" color="primary"></ion-icon>
<ion-label><ion-text color="primary">WiFi</ion-text></ion-label>
</ion-item>

View File

@@ -26,10 +26,7 @@
<ion-text color="warning">Warning!</ion-text>
<br />
<br />
<p>
<ion-text color="dark">This feature has been temporarily deprecated. If you make changes to WiFi, your Embassy may need to be restarted, and it may become unreachable over Tor for hours. This is an issue with the Tor daemon adjusting to network changes and is on the docket to be fixed.</ion-text>
</p>
<!-- <p>Add WiFi credentials to your Embassy so it can connect to the Internet without an ethernet cable.</p> -->
<ion-text color="dark">WiFi is a beta feature with known issues. If you make changes to WiFi, your Embassy and its Services may become unreachable for hours over Tor. Please use with caution and patience.</ion-text>
</ion-label>
</ion-item>