diff options
Diffstat (limited to 'fg21sim/webui/templates')
-rw-r--r-- | fg21sim/webui/templates/configs.html | 2 | ||||
-rw-r--r-- | fg21sim/webui/templates/console.html | 2 | ||||
-rw-r--r-- | fg21sim/webui/templates/index.html | 2 | ||||
-rw-r--r-- | fg21sim/webui/templates/products.html | 2 |
4 files changed, 2 insertions, 6 deletions
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 @@ </fieldset> <!-- id="conf-eg" --> </form> </div> <!-- h2: body --> - - <div id="modal-configs" class="modal" style="display: none;"></div> </section> 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 @@ </div> </div> <!-- panel --> </div> <!-- body --> - - <div id="modal-console" class="modal" style="display: none;"></div> </section> 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" %} + + <div id="modal-box" class="modal" style="display: none;"></div> {% 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 @@ <tbody></tbody> </table> </div> <!-- h2: body --> - - <div id="modal-products" class="modal" style="display: none;"></div> </section> |