From e87d206ddacc2d3cd7313ffa674a0f5afeb2bce3 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 29 Sep 2020 16:38:31 +0200 Subject: [PATCH] Show Cloudron version in settings -> updates --- src/views/settings.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/views/settings.html b/src/views/settings.html index 0d172bfe5..aafce29f6 100644 --- a/src/views/settings.html +++ b/src/views/settings.html @@ -238,13 +238,22 @@
-
-

+

The current automatic update schedule for platform and apps is {{ prettyAutoUpdateSchedule(updateSchedule.currentPattern) }}. Automatic update for the platform and apps is disabled. -
-

+
+
+ +
+ +
+
+ Platform version +
+
+ v{{ config.version }} +