Browse Source

added question for Analysis monitoring column in brew table

koellenberger 2 years ago
parent
commit
9efd1a666f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      public/checklist.php

+ 7 - 0
public/checklist.php

@@ -239,6 +239,13 @@
           <td style="text-align:center"><input type="text" placeholder ="Comment" id="LARACrosscheck"></td>
         </tr>
 
+        <tr>
+          <td><b>Analysis monitoring</b></td>
+          <td>Manually mark the ckecked runs as good/bad in the "Analysis monitoring" column in the brew table.</td>
+          <td><label class="switch"><input type="checkbox" id="generic" value="good"><span class="slider round"></span></label></td>
+          <td> </td>
+        </tr>
+
       </table>
       <br>
       <hr>