From fbf6737b47d4f632865565f87f4134587ddc620b Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Fri, 18 Feb 2022 12:59:55 -0700 Subject: [PATCH] backup refresh messaging --- .../backup-drives.component.html | 73 ++++++++++++++++--- 1 file changed, 61 insertions(+), 12 deletions(-) diff --git a/frontend/projects/ui/src/app/components/backup-drives/backup-drives.component.html b/frontend/projects/ui/src/app/components/backup-drives/backup-drives.component.html index 0247510d2..f87f31618 100644 --- a/frontend/projects/ui/src/app/components/backup-drives/backup-drives.component.html +++ b/frontend/projects/ui/src/app/components/backup-drives/backup-drives.component.html @@ -1,5 +1,8 @@ - + @@ -19,7 +22,14 @@

- Shared folders are the recommended way to create Embassy backups. View the Instructions + Shared folders are the recommended way to create Embassy backups. + View the + Instructions

@@ -30,12 +40,23 @@ - - + +

{{ cifs.path.split('/').pop() }}

- +

@@ -50,28 +71,56 @@ Physical Drives - +

- - Warning! Plugging a 2nd physical drive directly into your Embassy can lead to data corruption. + + Please + refresh if + your drive does not appear.


- To backup to a physical drive, please follow the instructions. + + Warning! Plugging a 2nd physical drive directly into your Embassy + can lead to data corruption. + +

+
+

+ To backup to a physical drive, please follow the + instructions.

- +

{{ drive.label || drive.logicalname }}

- -

{{ drive.vendor || 'Unknown Vendor' }} - {{ drive.model || 'Unknown Model' }}

+ +

+ {{ drive.vendor || 'Unknown Vendor' }} - + {{ drive.model || 'Unknown Model' }} +

Capacity: {{ drive.capacity | convertBytes }}