diff options
author | Jack Morgan <jack.morgan@intel.com> | 2018-01-08 23:56:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-08 23:56:21 +0000 |
commit | 6173050b6bfc3d96d3056c5de4c927f1b461fe6e (patch) | |
tree | c58f857f8734c41b48d3e43229aa235dfcce4152 /src/templates/booking/booking_table.html | |
parent | ee1caa30008635717943bfdfecc692cde052a461 (diff) | |
parent | eb75879a4632015b427d97ab945eaaa0bc26959a (diff) |
Merge "Add Dashboard OS Selection Menu on Booking"
Diffstat (limited to 'src/templates/booking/booking_table.html')
-rw-r--r-- | src/templates/booking/booking_table.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/templates/booking/booking_table.html b/src/templates/booking/booking_table.html index 655b013..af2248c 100644 --- a/src/templates/booking/booking_table.html +++ b/src/templates/booking/booking_table.html @@ -7,6 +7,7 @@ <th>Purpose</th> <th>Start</th> <th>End</th> + <th>Operating System</th> <th>Installer</th> <th>Scenario</th> </tr> @@ -27,6 +28,9 @@ {{ booking.end }} </td> <td> + {{ booking.opsys }} + </td> + <td> {{ booking.installer }} </td> <td> @@ -34,4 +38,4 @@ </td> </tr> {% endfor %} -</tbody>
\ No newline at end of file +</tbody> |