summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates/sys-update-main.html
diff options
context:
space:
mode:
authorSimon Rettberg2023-07-04 14:10:46 +0200
committerSimon Rettberg2023-07-04 14:10:46 +0200
commit13c22169624e5633977ed62b95aed844301881ac (patch)
treeff87f8ddd057070c898aa6c73f0779f094f5608b /modules-available/systemstatus/templates/sys-update-main.html
parentUpdate phpStorm: Disable "accidental + instead of ." warning (diff)
downloadslx-admin-13c22169624e5633977ed62b95aed844301881ac.tar.gz
slx-admin-13c22169624e5633977ed62b95aed844301881ac.tar.xz
slx-admin-13c22169624e5633977ed62b95aed844301881ac.zip
[systemstatus] Show (estimate) of last time updates were installed
Plus other minor tweaks, like message on main page.
Diffstat (limited to 'modules-available/systemstatus/templates/sys-update-main.html')
-rw-r--r--modules-available/systemstatus/templates/sys-update-main.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/modules-available/systemstatus/templates/sys-update-main.html b/modules-available/systemstatus/templates/sys-update-main.html
index 0dac76c8..f597f5ae 100644
--- a/modules-available/systemstatus/templates/sys-update-main.html
+++ b/modules-available/systemstatus/templates/sys-update-main.html
@@ -46,12 +46,16 @@
</div>
<table>
<tr>
+ <td>{{lang_lastestUpdate}}:&nbsp;</td>
+ <td>{{lastChanged}}</td>
+ <tr>
+ <tr>
<td>{{lang_lastUpdateCheck}}:&nbsp;</td>
<td>{{lastDownload}}</td>
</tr>
<tr>
- <td>{{lang_lastestUpdate}}:&nbsp;</td>
- <td>{{lastChanged}}</td>
+ <td>{{lang_lastPackageInstall}}:&nbsp;</td>
+ <td>{{lastInstalled}}</td>
<tr>
</table>
{{#list_old}}
@@ -83,10 +87,12 @@
{{/task.packages.0}}
{{^task.packages}}
- <div class="alert alert-success">
- <span class="glyphicon glyphicon-check"></span>
- {{lang_everythingUpToDate}}
- </div>
+ {{^task.error}}
+ <div class="alert alert-success">
+ <span class="glyphicon glyphicon-ok"></span>
+ {{lang_everythingUpToDate}}
+ </div>
+ {{/task.error}}
{{/task.packages}}
{{#task.error}}