summaryrefslogtreecommitdiffstats
path: root/templates/backup/restore.html
diff options
context:
space:
mode:
authorSimon Rettberg2014-11-19 19:51:49 +0100
committerSimon Rettberg2014-11-19 19:51:49 +0100
commitd3e058cc3450cea589484a600c12fffb6ef8e330 (patch)
tree201e900ede72851fe6ed29ee951ef6a05c796d1d /templates/backup/restore.html
parentUpdate config example, style, translations (diff)
downloadslx-admin-d3e058cc3450cea589484a600c12fffb6ef8e330.tar.gz
slx-admin-d3e058cc3450cea589484a600c12fffb6ef8e330.tar.xz
slx-admin-d3e058cc3450cea589484a600c12fffb6ef8e330.zip
Add HTTPS config module for webif, update everything to use FileUtil class, minor fixes
Diffstat (limited to 'templates/backup/restore.html')
-rw-r--r--templates/backup/restore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/backup/restore.html b/templates/backup/restore.html
index da5a9bce..3e29dbdc 100644
--- a/templates/backup/restore.html
+++ b/templates/backup/restore.html
@@ -9,7 +9,7 @@
<div data-tm-id="{{restoreid}}" data-tm-log="messages" data-tm-callback="restoreCb">{{lang_restoreConfig}}</div>
<div data-tm-id="{{rebootid}}" data-tm-log="messages">{{lang_reboot}}</div>
</div>
- <div id="restorefailed" style="display:none">
+ <div id="restorefailed" class="alert alert-danger" style="display:none">
{{lang_restoreFailed}}
</div>
</div>