summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates/_page.html
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/_page.html
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/_page.html')
-rw-r--r--modules-available/systemstatus/templates/_page.html6
1 files changed, 6 insertions, 0 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>