Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!388
Resolve "Grace period at the end of lab"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Grace period at the end of lab"
351-grace-period-at-the-end-of-lab
into
development
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Resolve "Grace period at the end of lab"
Otto Visser
requested to merge
351-grace-period-at-the-end-of-lab
into
development
Sep 15, 2020
Overview
0
Commits
1
Pipelines
0
Changes
1
Make sure to read our
contributing guide
Closes
#351 (closed)
Edited
Sep 16, 2020
by
Otto Visser
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
8685a271
1 commit,
Sep 15, 2020
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/main/resources/templates/request/list.html
+
1
−
1
View file @ 8685a271
Edit in single-file editor
Open in Web IDE
Show full file
@@ -50,7 +50,7 @@
<div
class=
"float-right btn-toolbar"
>
<form
th:each=
"lab : ${activeLabs}"
th:action=
"@{'/requests/next/' + ${lab.id}}"
class=
"float-right"
style=
"padding-right:2px;"
method=
"POST"
>
<button
type=
"submit"
class=
"btn btn-sm btn-primary"
th:if=
"${lab.is
Open
()}"
<button
type=
"submit"
class=
"btn btn-sm btn-primary"
th:if=
"${lab.
d
is
play
()}"
th:classappend=
"${queued.get(lab.id) == 0} ? disabled : ''"
>
Get next for
[[${lab.course.code}]] [[${lab.toString()}]] (
<span
th:id=
"${'span-' + lab.id}"
>
[[${queued.get(lab.id)}]]
</span>
)
</button>
Loading