Skip to content
Snippets Groups Projects
Commit 107b74f2 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix

parent cc49cc0e
No related branches found
No related tags found
1 merge request!8307reattach two variables in reports
...@@ -129,7 +129,7 @@ App.SlaveAssignment.stayConfined = function(slave, brokenSlaves) { ...@@ -129,7 +129,7 @@ App.SlaveAssignment.stayConfined = function(slave, brokenSlaves) {
t += ` <span class="noteworthy">`; t += ` <span class="noteworthy">`;
if (slave.assignment === Job.CELLBLOCK) { if (slave.assignment === Job.CELLBLOCK) {
State.temporary.brokenSlaves++; brokenSlaves++;
} }
if (V.assignmentRecords[slave.ID]) { if (V.assignmentRecords[slave.ID]) {
let oldJob = V.assignmentRecords[slave.ID]; let oldJob = V.assignmentRecords[slave.ID];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment