mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
rearrange and reword
This commit is contained in:
committed by
Aiden McClelland
parent
2760d8b53a
commit
558e2fcfed
@@ -1,6 +1,6 @@
|
|||||||
<ion-header>
|
<ion-header>
|
||||||
<ion-toolbar>
|
<ion-toolbar>
|
||||||
<ion-title>LAN Setup</ion-title>
|
<ion-title>LAN Settings</ion-title>
|
||||||
<ion-buttons slot="start">
|
<ion-buttons slot="start">
|
||||||
<pwa-back-button></pwa-back-button>
|
<pwa-back-button></pwa-back-button>
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
@@ -10,20 +10,6 @@
|
|||||||
<ion-content class="ion-padding-top">
|
<ion-content class="ion-padding-top">
|
||||||
|
|
||||||
<ion-item-group>
|
<ion-item-group>
|
||||||
<ion-item>
|
|
||||||
<ion-label class="ion-text-wrap">
|
|
||||||
If you are having issues connecting to your Embassy or services over LAN, you can try refreshing the network by clicking the button below.
|
|
||||||
</ion-label>
|
|
||||||
</ion-item>
|
|
||||||
<ion-item>
|
|
||||||
<ion-button slot="start" fill="clear" (click)="refreshLAN()">
|
|
||||||
<ion-icon slot="start" name="refresh-outline"></ion-icon>
|
|
||||||
Refresh Network
|
|
||||||
</ion-button>
|
|
||||||
</ion-item>
|
|
||||||
|
|
||||||
<ion-item-divider>About</ion-item-divider>
|
|
||||||
|
|
||||||
<ion-item lines="none">
|
<ion-item lines="none">
|
||||||
<ion-label class="ion-text-wrap">
|
<ion-label class="ion-text-wrap">
|
||||||
You can connect to your Embassy over your Local Area Network (LAN). This can be useful for achieving a faster experience, as well as a fallback in case the Tor network is experiencing issues.
|
You can connect to your Embassy over your Local Area Network (LAN). This can be useful for achieving a faster experience, as well as a fallback in case the Tor network is experiencing issues.
|
||||||
@@ -39,7 +25,22 @@
|
|||||||
<ion-button slot="start" fill="clear" color="primary" (click)="viewInstructions()">View Instructions</ion-button>
|
<ion-button slot="start" fill="clear" color="primary" (click)="viewInstructions()">View Instructions</ion-button>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
|
<ion-item-divider></ion-item-divider>
|
||||||
|
|
||||||
|
<ion-item>
|
||||||
|
<ion-label class="ion-text-wrap">
|
||||||
|
If you are having issues connecting to your Embassy or services over LAN, you can try refreshing the network by clicking the button below.
|
||||||
|
</ion-label>
|
||||||
|
</ion-item>
|
||||||
|
<ion-item>
|
||||||
|
<ion-button slot="start" fill="clear" (click)="refreshLAN()">
|
||||||
|
<ion-icon slot="start" name="refresh-outline"></ion-icon>
|
||||||
|
Refresh Network
|
||||||
|
</ion-button>
|
||||||
|
</ion-item>
|
||||||
|
|
||||||
<ng-container *ngIf="!lanDisabled">
|
<ng-container *ngIf="!lanDisabled">
|
||||||
|
<ion-item-divider class="borderless"></ion-item-divider>
|
||||||
<ion-item-divider>Certificate and Address</ion-item-divider>
|
<ion-item-divider>Certificate and Address</ion-item-divider>
|
||||||
<!-- Certificate -->
|
<!-- Certificate -->
|
||||||
<ion-item>
|
<ion-item>
|
||||||
|
|||||||
@@ -53,12 +53,12 @@
|
|||||||
|
|
||||||
<ion-item [routerLink]="['lan']">
|
<ion-item [routerLink]="['lan']">
|
||||||
<ion-icon slot="start" name="home-outline" color="primary"></ion-icon>
|
<ion-icon slot="start" name="home-outline" color="primary"></ion-icon>
|
||||||
<ion-label><ion-text color="primary">Connect over LAN</ion-text></ion-label>
|
<ion-label><ion-text color="primary">LAN Settings</ion-text></ion-label>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
<ion-item [routerLink]="['wifi']">
|
<ion-item [routerLink]="['wifi']">
|
||||||
<ion-icon slot="start" name="wifi" color="primary"></ion-icon>
|
<ion-icon slot="start" name="wifi" color="primary"></ion-icon>
|
||||||
<ion-label><ion-text color="primary">WiFi Setup</ion-text></ion-label>
|
<ion-label><ion-text color="primary">WiFi Settings</ion-text></ion-label>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
<ion-item-divider></ion-item-divider>
|
<ion-item-divider></ion-item-divider>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<ion-buttons slot="start">
|
<ion-buttons slot="start">
|
||||||
<pwa-back-button></pwa-back-button>
|
<pwa-back-button></pwa-back-button>
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
<ion-title>WiFi Setup</ion-title>
|
<ion-title>WiFi Settings</ion-title>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"useMocks": false,
|
"useMocks": true,
|
||||||
"mockOver": "tor",
|
"mockOver": "tor",
|
||||||
"skipStartupAlerts": false
|
"skipStartupAlerts": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user