mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
just show wanring for wifi
This commit is contained in:
committed by
Aaron Greenspan
parent
abec910378
commit
da6ee94605
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user