summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates
diff options
context:
space:
mode:
authorSimon Rettberg2023-10-23 16:17:02 +0200
committerSimon Rettberg2023-10-23 16:17:02 +0200
commit548190a5f7f45a7c01b86fa7f5b44a8eee319156 (patch)
tree5ce285b8d6c2d0572a4f21c3f6c0ef6512f19f7f /modules-available/systemstatus/templates
parent[systemstatus] Fix comment typo (diff)
downloadslx-admin-548190a5f7f45a7c01b86fa7f5b44a8eee319156.tar.gz
slx-admin-548190a5f7f45a7c01b86fa7f5b44a8eee319156.tar.xz
slx-admin-548190a5f7f45a7c01b86fa7f5b44a8eee319156.zip
[systemstatus] Add warning sign to tab on outdated DB
Diffstat (limited to 'modules-available/systemstatus/templates')
-rw-r--r--modules-available/systemstatus/templates/_page.html6
-rw-r--r--modules-available/systemstatus/templates/sys-update-main.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/modules-available/systemstatus/templates/_page.html b/modules-available/systemstatus/templates/_page.html
index 4b62104c..dedcf01a 100644
--- a/modules-available/systemstatus/templates/_page.html
+++ b/modules-available/systemstatus/templates/_page.html
@@ -14,6 +14,9 @@
{{^enabled}}
<li class="disabled">
<a>
+ {{#important}}
+ <span class="glyphicon glyphicon-warning-sign text-danger"></span>
+ {{/important}}
{{name}}
</a>
</li>
@@ -21,6 +24,9 @@
{{#enabled}}
<li>
<a href="#id-{{type}}_pane" class="ajax-tab" id="id-{{type}}" data-toggle="tab" role="tab">
+ {{#important}}
+ <span class="glyphicon glyphicon-warning-sign text-danger"></span>
+ {{/important}}
{{name}}
</a>
</li>
diff --git a/modules-available/systemstatus/templates/sys-update-main.html b/modules-available/systemstatus/templates/sys-update-main.html
index e12792d9..4bc3b00d 100644
--- a/modules-available/systemstatus/templates/sys-update-main.html
+++ b/modules-available/systemstatus/templates/sys-update-main.html
@@ -109,7 +109,7 @@
<div class="alert alert-warning">{{task.error}}</div>
{{/task.error}}
-<div class="pull-right">
+<div>
<a href="https://www.bwlehrpool.de/wiki/doku.php/satellite/system_updates" target="_blank">
{{lang_updatesWikiLink}}
<span class="glyphicon glyphicon-new-window"></span>