diff options
Diffstat (limited to 'fg21sim/webui/templates/console.html')
-rw-r--r-- | fg21sim/webui/templates/console.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fg21sim/webui/templates/console.html b/fg21sim/webui/templates/console.html index ca082cc..54a6744 100644 --- a/fg21sim/webui/templates/console.html +++ b/fg21sim/webui/templates/console.html @@ -16,6 +16,10 @@ <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> |