From 49ecc0032f7d5afaec79ea931e624d2bdcd832db Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 19 Nov 2016 12:15:40 +0800 Subject: webui: Rename "Results" to "Products" --- fg21sim/webui/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fg21sim/webui/templates/index.html') diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html index 27fac3d..9cdccf4 100644 --- a/fg21sim/webui/templates/index.html +++ b/fg21sim/webui/templates/index.html @@ -17,14 +17,14 @@ {% end %} {# block header_contents #} {% block main %} {% include "configs.html" %} {% include "console.html" %} - {% include "results.html" %} + {% include "products.html" %} {% end %} {% block extra_script %} -- cgit v1.2.2