From fab23ee595702ad5c19db4d4e5cecd66663d0ec4 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 17 Dec 2019 10:15:38 -0800 Subject: [PATCH] backup: compact the view --- src/views/app.html | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/src/views/app.html b/src/views/app.html index c490bcfd0..b5eb61c83 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -676,18 +676,16 @@
-
-
- -

This creates a snapshot of the app at this instant.

- -
-
-
-

You can use app backups to restore or clone this app.

+ +
+ + Backups are complete snapshots of the app. You can use app backups to restore or clone this app. +
+ +
@@ -696,8 +694,7 @@   - Created - Version + Backup Actions @@ -707,8 +704,7 @@
-
{{ backup.creationTime | prettyDate }}
- {{ backup.version }} +
v{{ backup.version }} - {{ backup.creationTime | prettyDate }}
@@ -723,8 +719,7 @@
-

Cloudron periodically creates a backup based on the backup settings. If you disable automatic backups, be sure to manually create backups often.

-

Automatic Backups is currently {{ backups.enableBackup ? 'enabled' : 'disabled' }}.

+

Cloudron periodically creates a backup based on the backup settings. Automatic Backups is currently {{ backups.enableBackup ? 'enabled' : 'disabled' }}.