From defeb851bce2d9b7a9bda7826bf33d682a6daf9b Mon Sep 17 00:00:00 2001 From: Shuang Zheng Date: Thu, 24 Oct 2019 11:44:45 +0800 Subject: [PATCH] acrn-config: fix the issue no error message in launch setting fix the issue that there is no error message displayed in launch setting of WebUI. Tracked-On: #3913 Signed-off-by: Shuang Zheng Reviewed-by: Victor Sun --- misc/acrn-config/config_app/templates/launch.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/misc/acrn-config/config_app/templates/launch.html b/misc/acrn-config/config_app/templates/launch.html index 609556262..93618983b 100644 --- a/misc/acrn-config/config_app/templates/launch.html +++ b/misc/acrn-config/config_app/templates/launch.html @@ -134,7 +134,7 @@ {% endif %} {% else %} - {% elif elem.getchildren() != [] %} {% if 'multiselect' not in elem.attrib or elem.attrib['multiselect'] != 'true' %} @@ -189,7 +190,7 @@ {% endif %} {% else %} - {% else %} - @@ -292,6 +296,7 @@ {% endif %} +

{% endif %} {% endif %}