Merge "Experimental JOID Support"
[pharos-tools.git] / dashboard / src / templates / booking / booking_table.html
index 655b013..af2248c 100644 (file)
@@ -7,6 +7,7 @@
     <th>Purpose</th>
     <th>Start</th>
     <th>End</th>
+    <th>Operating System</th>
     <th>Installer</th>
     <th>Scenario</th>
 </tr>
@@ -26,6 +27,9 @@
         <td>
             {{ booking.end }}
         </td>
+        <td>
+            {{ booking.opsys }}
+        </td>
         <td>
             {{ booking.installer }}
         </td>
@@ -34,4 +38,4 @@
         </td>
     </tr>
 {% endfor %}
-</tbody>
\ No newline at end of file
+</tbody>