diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-12-15 15:30:36 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-12-15 15:30:36 +0100 |
| commit | 00e81fcc159aaab6c0c67f59d03fd4e913162cf6 (patch) | |
| tree | 4cd44efb117cc9b0e377997791bc1c8208a9861d /htroot/ConfigUpdate_p.html | |
| parent | 8e2cef5f07cc0f6ae135fdaf554c86cc3c4979fe (diff) | |
Check HTTP status when downloading a release, and report eventual error.
Diffstat (limited to 'htroot/ConfigUpdate_p.html')
| -rw-r--r-- | htroot/ConfigUpdate_p.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html index 6c12e6318..31aafabba 100644 --- a/htroot/ConfigUpdate_p.html +++ b/htroot/ConfigUpdate_p.html @@ -30,6 +30,9 @@ </select> <input type="submit" name="downloadRelease" class="btn btn-primary" value="Download Release"/> <input type="submit" name="checkRelease" class="btn btn-default" value="Check for new Release"/> + #(downloadError)#:: + <div class="error">Download of release #[releasedownload]# failed.</div> + #(/downloadError)# </p></form></dd> <dt><br />Downloaded Releases</dt> <dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p> |
