From 817ce63b3f3985113da5256ca905be2b7704702b Mon Sep 17 00:00:00 2001 From: coderick14 Date: Fri, 26 May 2017 18:04:57 +0530 Subject: Add download logs feature for admin --- templates/admin/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/admin/index.html b/templates/admin/index.html index 95956f5..3e9ce15 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -15,6 +15,8 @@ Board MID Status Webcam + Temperature Profile + Download Logs @@ -23,7 +25,8 @@ {{ b.mid }} {% if b.online %}Online{% else %}Offline{% endif %} View image - View temperature profile + View + Download {% endfor %} -- cgit