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/experiment | |
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/experiment')
-rw-r--r-- | templates/experiment/logs.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/experiment/logs.html b/templates/experiment/logs.html index 51c0c35..488805d 100644 --- a/templates/experiment/logs.html +++ b/templates/experiment/logs.html @@ -9,6 +9,7 @@ </script> <div class="span12"> <h3>Download previous log files</h3> + <table class="table table-condensed"> <thead> <tr> @@ -32,4 +33,4 @@ </div> </div> </div> -{% endblock %}
\ No newline at end of file +{% endblock %} |