summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates
diff options
context:
space:
mode:
authorSimon Rettberg2023-07-17 10:01:59 +0200
committerSimon Rettberg2023-07-17 10:01:59 +0200
commitecd195f5aa0082186be604c06e8409e3cdb50005 (patch)
treec2f1c20deb0888e89b34490add1e2b59781b84e2 /modules-available/systemstatus/templates
parent[minilinux] Make title db columns longer (diff)
downloadslx-admin-ecd195f5aa0082186be604c06e8409e3cdb50005.tar.gz
slx-admin-ecd195f5aa0082186be604c06e8409e3cdb50005.tar.xz
slx-admin-ecd195f5aa0082186be604c06e8409e3cdb50005.zip
[systemstatus] Show "reboot required" message on update-tab too
Diffstat (limited to 'modules-available/systemstatus/templates')
-rw-r--r--modules-available/systemstatus/templates/sys-update-main.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules-available/systemstatus/templates/sys-update-main.html b/modules-available/systemstatus/templates/sys-update-main.html
index f597f5ae..e12792d9 100644
--- a/modules-available/systemstatus/templates/sys-update-main.html
+++ b/modules-available/systemstatus/templates/sys-update-main.html
@@ -95,6 +95,16 @@
{{/task.error}}
{{/task.packages}}
+{{#needReboot}}
+ <div class="alert alert-warning">
+ <span class="glyphicon glyphicon-exclamation-sign"></span>
+ {{lang_packagesNeedingReboot}}:
+ <a href="#id-default_pane">
+ {{.}}
+ </a>
+ </div>
+{{/needReboot}}
+
{{#task.error}}
<div class="alert alert-warning">{{task.error}}</div>
{{/task.error}}