From a21934abba12467d0e708d532e3e4c35697f589d Mon Sep 17 00:00:00 2001 From: ntoff Date: Fri, 13 Oct 2017 13:04:38 +1000 Subject: [PATCH] add print interruption warning to auto update dialog --- .../plugins/softwareupdate/templates/softwareupdate.jinja2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/octoprint/plugins/softwareupdate/templates/softwareupdate.jinja2 b/src/octoprint/plugins/softwareupdate/templates/softwareupdate.jinja2 index 3e1b06be..c9c2d093 100644 --- a/src/octoprint/plugins/softwareupdate/templates/softwareupdate.jinja2 +++ b/src/octoprint/plugins/softwareupdate/templates/softwareupdate.jinja2 @@ -18,6 +18,12 @@

{{ _('Be sure to read through any linked release notes, especially those for OctoPrint since they might contain important information you need to know before upgrading.') }}

+

+

{{ _('This action may disrupt any ongoing print jobs.') }}
+

+

+ {{ _('Depending on your printer\'s controller and general setup, restarting OctoPrint may cause your printer to be reset.') }} +

{{ _('Are you sure you want to proceed?') }}