summaryrefslogtreecommitdiffstats
path: root/modules-available/backup/templates/task-error.html
diff options
context:
space:
mode:
authorSimon Rettberg2023-03-02 16:07:01 +0100
committerSimon Rettberg2023-03-02 16:07:01 +0100
commitd7f11c6543bfff777df7bd533e1d04ff8a48b81c (patch)
tree0c6b4a7eafc482d75ef19b407b22578691e2a7da /modules-available/backup/templates/task-error.html
parent[backup] Add UI for monthly automatic backup + password support (diff)
downloadslx-admin-d7f11c6543bfff777df7bd533e1d04ff8a48b81c.tar.gz
slx-admin-d7f11c6543bfff777df7bd533e1d04ff8a48b81c.tar.xz
slx-admin-d7f11c6543bfff777df7bd533e1d04ff8a48b81c.zip
[backup] Check supplied backup file before trying to apply
This saves us from aborting midway and doing a reboot
Diffstat (limited to 'modules-available/backup/templates/task-error.html')
-rw-r--r--modules-available/backup/templates/task-error.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/backup/templates/task-error.html b/modules-available/backup/templates/task-error.html
new file mode 100644
index 00000000..56837799
--- /dev/null
+++ b/modules-available/backup/templates/task-error.html
@@ -0,0 +1,6 @@
+<div class="panel panel-default">
+ <div class="panel-heading panel-danger">{{lang_error}}</div>
+ <div class="panel-body">
+ <div data-tm-id="{{taskid}}" data-tm-log="messages">{{lang_checkingArchive}}</div>
+ </div>
+</div>