summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/machine-main.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-01 19:29:14 +0200
committerSimon Rettberg2016-09-01 19:29:14 +0200
commitc7dad7af7974c648ef69e0eb57fab66fea90b36b (patch)
tree948bb6318a4cba0804744bab43cb5aef0bb15079 /modules-available/statistics/templates/machine-main.html
parent[dozmod] Don't wrap date/time column in table (diff)
downloadslx-admin-c7dad7af7974c648ef69e0eb57fab66fea90b36b.tar.gz
slx-admin-c7dad7af7974c648ef69e0eb57fab66fea90b36b.tar.xz
slx-admin-c7dad7af7974c648ef69e0eb57fab66fea90b36b.zip
[statistics] Show current lecture, use new logging format/columns if possible
Diffstat (limited to 'modules-available/statistics/templates/machine-main.html')
-rw-r--r--modules-available/statistics/templates/machine-main.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html
index 333af1ec..0b333a27 100644
--- a/modules-available/statistics/templates/machine-main.html
+++ b/modules-available/statistics/templates/machine-main.html
@@ -66,7 +66,14 @@
<div>{{logintime_s}}</div>
{{/state_occupied}}
{{#session}}
- <div>{{session}}</div>
+ <div>
+ {{#lectureid}}
+ <a href="?do=dozmod&section=actionlog&action=showtarget&uuid={{lectureid}}">{{session}}</a>
+ {{/lectureid}}
+ {{^lectureid}}
+ {{session}}
+ {{/lectureid}}
+ </div>
{{/session}}
</td>
</tr>