diff options
Diffstat (limited to 'templates/admin/sub_nav.html')
-rw-r--r-- | templates/admin/sub_nav.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/admin/sub_nav.html b/templates/admin/sub_nav.html index c77205b..9e8e361 100644 --- a/templates/admin/sub_nav.html +++ b/templates/admin/sub_nav.html @@ -4,4 +4,9 @@ <a href="{% url 'admin_testing' %}" class="btn btn-info">Test boards</a> <a href="{% url 'admin_getmids' %}" class="btn btn-info">Update MID</a> <a href="{% url 'admin_viewlogs' %}" class="btn btn-info">Fetch Logs</a> -<br><br>
\ No newline at end of file +<a href="{% url 'admin_viewlogfolders' %}" class = "btn btn-info">Download Experiments Directory</a> +<a href="{% url 'admin_switch_on' %}" class = "btn btn-info">Switch ON All Boards</a> +<hr/> +<a href="{% url 'admin_switch_off' %}" class = "btn btn-info">Switch Off All Boards</a> +<a href="{% url 'atomated_slot_booking' %}" class = "btn btn-info">Automated Slot Booking</a> +<br><br> |