acrn-config: dynamic configuration for scenario setting and launch setting

config app implements interfaces to dynamically:
    create new scenario settings based on tempaltes;
    create new launch settings based on templates;
    add or delete VMs for scenario settings;
    add or delete VMs for launch settings;
    load default scenario or launch settings

Tracked-On: #4641

Signed-off-by: Shuang Zheng <shuang.zheng@intel.com
Reviewed-by: Victor Sun <victor.sun@intel.com>
Acked-by: Terry Zou <terry.zou@intel.com>
This commit is contained in:
Shuang Zheng
2020-04-16 15:46:07 +08:00
committed by wenlingz
parent ccef1af1f0
commit b9ce7617cd
7 changed files with 1036 additions and 348 deletions

View File

@@ -1,3 +1,8 @@
* {
font-size: 12px;
line-height: 1.428;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
display: block;
}