From 954d14cd66c102db31df1ed802d1c31a8a6bce98 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 10 Sep 2015 14:32:56 +0200 Subject: [PATCH] Warn the user when he performs an upgrade instead of update Fixes #481 --- webadmin/src/index.html | 47 +++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/webadmin/src/index.html b/webadmin/src/index.html index 0d1d6cf5a..dac213c57 100644 --- a/webadmin/src/index.html +++ b/webadmin/src/index.html @@ -73,27 +73,34 @@

-

This update will install version {{config.update.box.version}} on your Cloudron.

-

Recent Changes:

- -
-
-
-
- -
- A password is required - The password is too short - The password is too long - Incorrect password +
+ + The update is a base system upgrade.
+ This will cause some application downtime!
+
+
+

New version: {{config.update.box.version}}

+

Recent Changes:

+
    +
  • {{change}}
  • +
+
+
+ +
+ +
+ A password is required + The password is too short + The password is too long + Incorrect password +
+
- -
- - -
+ + + +