diff --git a/src/main/resources/sql/truncate_tables.sql b/src/main/resources/sql/truncate_tables.sql index cdd06ddd5..6ce4f8af7 100644 --- a/src/main/resources/sql/truncate_tables.sql +++ b/src/main/resources/sql/truncate_tables.sql @@ -23,6 +23,9 @@ DELETE FROM av_voip_account_cfg; DELETE FROM av_voip_ip_cfg; DELETE FROM byte_features_cfg; DELETE FROM cfg_index_info; +DELETE FROM av_sign_sample_cfg; +#视频场在数据库预置一条compileId为0数据 +INSERT INTO `av_sign_sample_cfg` VALUES ('10022', '1', '1', '0', '0', '16', '1', null, '0', '2018-09-06 15:56:53', null, null, '158', '2018-09-13 16:43:54', '266', '0', '0', '0', '0', '0', '0', '0', '33', '0', '0'); DELETE FROM complex_keyword_cfg; #慎重清理config_group_info! 特定服务新增的时候会预制组号,清理之后组号找不到会影响下发 #DELETE FROM config_group_info; diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp index b293254c5..76b4f583d 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp @@ -81,9 +81,9 @@ $(function(){ $(".disabled").each(function(){ $(this).remove(); }); - $("input[name$='exprType']").attr("disabled",false); + $("input[name='exprType']").attr("disabled",false); if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){ - $("input[name$='exprType']").val(1); + $("input[name='exprType']").val(1); } if($("input[name='ratelimit']").is(":hidden")){ $("input[name='ratelimit']").val(""); diff --git a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp index edd9dba37..7c4dc8642 100644 --- a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp @@ -69,9 +69,9 @@ $(function(){ $(".disabled").each(function(){ $(this).remove(); }); - $("input[name$='exprType']").attr("disabled",false); + $("input[name='exprType']").attr("disabled",false); if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){ - $("input[name$='exprType']").val(1); + $("input[name='exprType']").val(1); } if($("input[name='ratelimit']").is(":hidden")){ $("input[name='ratelimit']").val(""); diff --git a/src/main/webapp/WEB-INF/views/cfg/website/sslSubList.jsp b/src/main/webapp/WEB-INF/views/cfg/website/sslSubList.jsp index 5cdd10152..ffe339e79 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/sslSubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/sslSubList.jsp @@ -254,18 +254,72 @@ +
-
-
- - +
+
+ + +
-
+
+
+
+ + +
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
diff --git a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js index 6cf457893..720eba4fb 100644 --- a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js +++ b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js @@ -64,6 +64,14 @@ specServiceCodeCheck:"Повторяющийся номер протокола", compareDate:"Время окончания нельзя раньше времени начала", hexCheck:"Введите шестнадцатеричный символ", - invisibleChar:"Введите видимые символы" + invisibleChar:"Введите видимые символы", + hasInvisibleChar:"The tag {0} has invisible character", + haveInvisibleChar:"The tags {0} have invisible character", + httpCheck:"Please enter a correct url(http[s]://xxx.xx)", + failed:"Failed", + go_back:"Go Back Policies", + log_5_minutes:"Log For The Last Five Minutes", + log_1_hour:"Log For The Last Hour", + input:"Please Enter " }); }(jQuery));