Skip to content
Snippets Groups Projects

Small Fix: Completed lab page not loading

2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -106,7 +106,7 @@
th:text="|Session will start ${#temporals.format(qSession.session.start, 'dd-MM-yyyy HH:mm')}|"></span>
<span th:if="${qSession.isActive()}">This is an <b>active</b> session</span>
<span th:if="${qSession.isAfterSession()}"
th:text="|Session ended ${#temporals.format(qSession.session.end, 'dd-MM-yyyy HH:mm')}|"></span>
th:text="|Session ended ${#temporals.format(qSession.session.endTime, 'dd-MM-yyyy HH:mm')}|"></span>
</dd>
<dt>Enqueuing Status</dt>
Loading