diff --git a/templates/settings.html b/templates/settings.html index c98da85..99ccbba 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -1,5 +1,8 @@ - +
+
+

A new update is available for Domoboard.


+ The current version is
+ The new version available is:
+
+ {% if debug == True %} +

Install the new version by pressing the "Upgrade" button below.

+ {% endif %} + {% if debug == False %} +

Upgrading through Domoboard is only possible when running in debug mode (pass "-d" parameter to server.py). Manual upgrade is possible by performing a "git pull" command.

+ {% endif %} + {% if debug == True %} + + {% endif %} +
+
+

Hurray!


+ There is no update available for Domoboard.

+
+
@@ -147,8 +170,8 @@ document.getElementById("defaultOpen").click(); setInterval(automaticIndex(), 9000); $('.fullSummary').hide(); + checkVersionSettings(); }); - retrieveAvailableDevices(); selected_page_settings(); selected_component_settings();