From 013c815abfa4fd0391b79b2653d989588b170e86 Mon Sep 17 00:00:00 2001
From: Aaron LI
Date: Sun, 13 Nov 2016 17:18:51 +0800
Subject: webui: Show a modal box indicating there are invalid configs
---
fg21sim/webui/templates/base.html | 2 ++
fg21sim/webui/templates/console.html | 4 ++++
2 files changed, 6 insertions(+)
(limited to 'fg21sim/webui/templates')
diff --git a/fg21sim/webui/templates/base.html b/fg21sim/webui/templates/base.html
index 35b55dd..c8a4f17 100644
--- a/fg21sim/webui/templates/base.html
+++ b/fg21sim/webui/templates/base.html
@@ -16,6 +16,7 @@
+
{% block extra_css %}{% end %}
{% end %}
@@ -41,6 +42,7 @@
{% block script %}
+
{% block extra_script %}{% end %}
{% end %}
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 @@
Not started
+
+
There exist some invalid configuration values!
+
Please correct the configurations before starting the simulations
+
--
cgit v1.2.2