Browse Source

added kdb info for time stamp

koellenberger 2 years ago
parent
commit
73af9e10b8
1 changed files with 3 additions and 2 deletions
  1. 3 2
      public/checklist.php

+ 3 - 2
public/checklist.php

@@ -41,7 +41,7 @@
         //call api
         $jsonData = file_get_contents($url);
         $json = array_values(json_decode($jsonData, true));
-        print("<h3>Last run that has be processed on <a href='https://kdb.kaas.kit.edu' target='_blank'>kdb</a>: run# ".end($json[1]['Run'])['Number']."</h3>");
+        print("<h3>Last run that has be added to <a href='https://kdb.kaas.kit.edu' target='_blank'>kdb</a> is run# ".end($json[1]['Run'])['Number']."</h3>");
       ?>
       <p>Please check the following parameters and values. <br>If any runs are effected, note down the run numbers in the comments and contact the corresponding system expert. </p>
       <br>
@@ -63,6 +63,7 @@
         </tr>
 
       </table>
+      <p>Note: You can find the start and end time stamps of all runs in the <a href='https://kdb.kaas.kit.edu' target='_blank'>kdb</a> table.</p>
       <br>
 
       <hr>
@@ -190,7 +191,7 @@
 
         <tr>
           <td><b>Grid-Sync Gap</b></td>
-          <td>Are there on-zero values in the grid-sync gap? <br> Non-zero values indicate dead-time in DAQ.</td>
+          <td>Are there non-zero values in the grid-sync gap? <br> Non-zero values indicate dead-time in DAQ.</td>
           <td><label class="switch"><input type="checkbox"  id="Grid_sync_checkbox"><span class="slider round"></span></label></td>
           <td style="text-align:center"><input type="text" placeholder ="Comment" id="Grid_sync"></td>
         </tr>