diff options
author | CruiseDevice | 2018-02-19 15:01:22 +0530 |
---|---|---|
committer | CruiseDevice | 2018-02-19 15:01:22 +0530 |
commit | b84648fa3730d8b258bbc4ada0dcbde5a033f747 (patch) | |
tree | d97bfe8f70e43a58a2d7f8fe7a61a00554ba4f14 /templates/admin/sub_nav.html | |
parent | 6f76f85bc264a58cea717ca8f8bd60b411828dd5 (diff) | |
download | SBHS-2018-Rpi-b84648fa3730d8b258bbc4ada0dcbde5a033f747.tar.gz SBHS-2018-Rpi-b84648fa3730d8b258bbc4ada0dcbde5a033f747.tar.bz2 SBHS-2018-Rpi-b84648fa3730d8b258bbc4ada0dcbde5a033f747.zip |
initial commit
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> |