summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates/ajax-reboot.html
diff options
context:
space:
mode:
authorSimon Rettberg2017-06-06 19:07:14 +0200
committerSimon Rettberg2017-06-06 19:07:14 +0200
commitdd058b606d935c5d4dd6b2d6cd44ec2088868b37 (patch)
treebd04010196064f19c32d2e0d9d672a4c65f09715 /modules-available/systemstatus/templates/ajax-reboot.html
parent[translation] Fix warning (diff)
downloadslx-admin-dd058b606d935c5d4dd6b2d6cd44ec2088868b37.tar.gz
slx-admin-dd058b606d935c5d4dd6b2d6cd44ec2088868b37.tar.xz
slx-admin-dd058b606d935c5d4dd6b2d6cd44ec2088868b37.zip
[systemstatus] Show updated packages requiring reboot
Diffstat (limited to 'modules-available/systemstatus/templates/ajax-reboot.html')
-rw-r--r--modules-available/systemstatus/templates/ajax-reboot.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules-available/systemstatus/templates/ajax-reboot.html b/modules-available/systemstatus/templates/ajax-reboot.html
new file mode 100644
index 00000000..a1aaf1e6
--- /dev/null
+++ b/modules-available/systemstatus/templates/ajax-reboot.html
@@ -0,0 +1,14 @@
+<div>
+ {{^dmsd_error}}
+ {{lang_uploads}}: {{uploads}},
+ {{lang_downloads}}: {{downloads}}
+ {{/dmsd_error}}
+ {{#dmsd_error}}
+ <div class="alert alert-warning">{{lang_dmsdUnreachable}}</div>
+ {{/dmsd_error}}
+</div>
+<div>
+ {{#packages}}
+ {{lang_updatedPackages}}: {{packages}}
+ {{/packages}}
+</div> \ No newline at end of file