From 624bc88f74507d3389a7e2e092e77148fb5518c4 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 19 Sep 2019 11:58:06 -0700 Subject: [PATCH] Make separate section in updates view --- src/views/app.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/app.html b/src/views/app.html index 12a3e0d43..7ef282f9f 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -494,20 +494,22 @@
- Last updated {{ app.updateTime | prettyDate }} + +

This app is running {{ app.manifest.title }} {{ app.upstreamVersion }} (Package v{{ app.manifest.version }}) and was last updated {{ app.updateTime | prettyDate }}.


- Automatic Updates {{ updates.enableAutomaticUpdate ? 'Enabled' : 'Disabled' }} -
-
-
-
-
-
-
+
+
+
+ +

Cloudron periodically polls the App Store to check for updates. If you disable automatic updates, be sure to manually check for updates.

+

Automatic Updates is currently {{ updates.enableAutomaticUpdate ? 'enabled' : 'disabled' }}.

+ +
+