diff options
Diffstat (limited to 'fg21sim/webui/templates/index.html')
-rw-r--r-- | fg21sim/webui/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 %} |