diff --git a/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp b/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp index abecaa37d..c9bc123f0 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp @@ -81,6 +81,8 @@ function switchInfo(flag,index){ $("div[name='subCfg"+index+"']").hide(); $("div[id='"+flag+"Info"+index+"']").show(); + $("div[name='tabTitle"+index+"']").removeClass("badge-info"); + $("div[id='"+flag+"Title"+index+"']").addClass("badge-info"); $("i[name='tabFlag"+index+"']").addClass("fa-angle-double-up"); $("i[name='tabFlag"+index+"']").removeClass("fa-angle-double-down"); $("i[id='"+flag+index+"']").addClass("fa-angle-double-down"); @@ -88,6 +90,7 @@ } +
diff --git a/src/main/webapp/WEB-INF/views/cfg/website/httpSubList.jsp b/src/main/webapp/WEB-INF/views/cfg/website/httpSubList.jsp index 4f73eda09..b493d76d1 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/httpSubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/httpSubList.jsp @@ -10,12 +10,10 @@