aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-17 14:43:00 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-17 14:43:00 +0800
commit006df5cacc30a9a52d2e43dbb3798f247ae549e8 (patch)
tree508cfede55edc2e65b90105ab93c02eb10fd433f /fg21sim/webui/templates
parente522f66bcc2434eac5bb8d2a2bd13397973047a1 (diff)
downloadfg21sim-006df5cacc30a9a52d2e43dbb3798f247ae549e8.tar.bz2
webui: console.html: Remove extra modal "#console-invalid-configs"
* Implement "showModalConsole()" based on "showModal()" * Move binding function from "websocket.js" to "console.js"
Diffstat (limited to 'fg21sim/webui/templates')
-rw-r--r--fg21sim/webui/templates/console.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/fg21sim/webui/templates/console.html b/fg21sim/webui/templates/console.html
index 9f2d7d6..16209e6 100644
--- a/fg21sim/webui/templates/console.html
+++ b/fg21sim/webui/templates/console.html
@@ -20,10 +20,6 @@
<span class="text">Not started</span>
</span>
</strong></p>
- <div id="console-invalid-configs" class="modal" style="display: none;">
- <p>There exist some <strong>invalid</strong> configuration values!</p>
- <p>Please correct the configurations before starting the simulations</p>
- </div>
<p class="button-group">
<button type="button" id="task-start"><span class="fa fa-play" aria-hidden="true"></span> Start</button>