From f556ea8a2c4409b170775c7ef46a8a5976980ee8 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 28 Nov 2016 14:16:34 +0800 Subject: webui: Use the same "#modal-box" and the "showModal()" function --- fg21sim/webui/templates/configs.html | 2 -- fg21sim/webui/templates/console.html | 2 -- fg21sim/webui/templates/index.html | 2 ++ fg21sim/webui/templates/products.html | 2 -- 4 files changed, 2 insertions(+), 6 deletions(-) (limited to 'fg21sim/webui/templates') diff --git a/fg21sim/webui/templates/configs.html b/fg21sim/webui/templates/configs.html index bf3bfed..52af9a9 100644 --- a/fg21sim/webui/templates/configs.html +++ b/fg21sim/webui/templates/configs.html @@ -562,6 +562,4 @@ - - diff --git a/fg21sim/webui/templates/console.html b/fg21sim/webui/templates/console.html index 16209e6..c8cb698 100644 --- a/fg21sim/webui/templates/console.html +++ b/fg21sim/webui/templates/console.html @@ -47,6 +47,4 @@ - - diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html index c107b96..86c2862 100644 --- a/fg21sim/webui/templates/index.html +++ b/fg21sim/webui/templates/index.html @@ -25,6 +25,8 @@ {% include "configs.html" %} {% include "console.html" %} {% include "products.html" %} + + {% end %} {% block extra_script %} diff --git a/fg21sim/webui/templates/products.html b/fg21sim/webui/templates/products.html index 6ef7e1f..9d483e1 100644 --- a/fg21sim/webui/templates/products.html +++ b/fg21sim/webui/templates/products.html @@ -43,6 +43,4 @@ - - -- cgit v1.2.2