copy change in backup drives component

This commit is contained in:
Matt Hill
2022-02-27 22:00:15 -07:00
committed by Aiden McClelland
parent 61ee46f289
commit 36f8d5ef4e

View File

@@ -73,6 +73,8 @@
</ion-item> </ion-item>
</ng-container> </ng-container>
<br />
<!-- ** drives ** --> <!-- ** drives ** -->
<ion-item-divider>Physical Drives</ion-item-divider> <ion-item-divider>Physical Drives</ion-item-divider>
<!-- no drives --> <!-- no drives -->
@@ -81,23 +83,12 @@
class="ion-padding-bottom" class="ion-padding-bottom"
> >
<ion-label> <ion-label>
<h2>
<ion-text>
Please
<a (click)="refresh()" style="cursor: pointer">refresh</a> if your
drive does not appear.
</ion-text>
</h2>
<br />
<h2> <h2>
<ion-text color="warning"> <ion-text color="warning">
Warning! Plugging a 2nd physical drive directly into your Embassy Warning! Plugging a 2nd physical drive directly into your Embassy
can lead to data corruption. can lead to data corruption.
</ion-text> </ion-text>
</h2> To safely create a backup to a physical drive, view the
<br />
<h2>
To backup to a physical drive, please follow the
<a <a
href="https://start9.com/latest/user-manual/backups/backups-create/#backup-using-a-physical-drive" href="https://start9.com/latest/user-manual/backups/backups-create/#backup-using-a-physical-drive"
target="_blank" target="_blank"
@@ -105,6 +96,11 @@
>instructions</a >instructions</a
>. >.
</h2> </h2>
<br />
<h2>
If your drive is plugged in and does not appear, try
<a (click)="refresh()" style="cursor: pointer">refreshing</a>.
</h2>
</ion-label> </ion-label>
</ion-item> </ion-item>
<!-- drives detected --> <!-- drives detected -->