summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/actionlog-lecture.html
diff options
context:
space:
mode:
authorSimon Rettberg2020-11-18 13:14:45 +0100
committerSimon Rettberg2020-11-18 13:14:45 +0100
commit7bd4c002bcb50ea5fcf4fd6bdb285227bef5b745 (patch)
tree0c00550db5bc4f4d9cbdc2cf218b2acb29d7e731 /modules-available/dozmod/templates/actionlog-lecture.html
parent[sysconfig] Update translations (diff)
downloadslx-admin-7bd4c002bcb50ea5fcf4fd6bdb285227bef5b745.tar.gz
slx-admin-7bd4c002bcb50ea5fcf4fd6bdb285227bef5b745.tar.xz
slx-admin-7bd4c002bcb50ea5fcf4fd6bdb285227bef5b745.zip
[dozmod] Show (last, number of) lecture starts in actionlog
Diffstat (limited to 'modules-available/dozmod/templates/actionlog-lecture.html')
-rw-r--r--modules-available/dozmod/templates/actionlog-lecture.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules-available/dozmod/templates/actionlog-lecture.html b/modules-available/dozmod/templates/actionlog-lecture.html
index 4fb2b4d0..6b8701b7 100644
--- a/modules-available/dozmod/templates/actionlog-lecture.html
+++ b/modules-available/dozmod/templates/actionlog-lecture.html
@@ -25,6 +25,14 @@
<td><a href="?do=dozmod&amp;section=actionlog&amp;action=showtarget&amp;uuid={{imagebaseid}}">{{imgname}}</a></td>
</tr>
<tr>
+ <th class="text-nowrap">{{lang_lastBoot}}</th>
+ <td>{{lastused_s}}</td>
+ </tr>
+ <tr>
+ <th class="text-nowrap">{{lang_numberBoots}}</th>
+ <td>{{usecount}}</td>
+ </tr>
+ <tr>
<td colspan="2">{{{descriptionHtml}}}</td>
</tr>
</table> \ No newline at end of file