//http url
//dns //mail address //mail advanced //https monitor //https block //https redirect //https replace //https whitelist #以上业务的配置批量失效功能提交
This commit is contained in:
@@ -247,18 +247,27 @@ function cancelPassOpt(url){
|
||||
}
|
||||
|
||||
}else{
|
||||
/* 批量下发待测试
|
||||
if(url.indexOf("functionId") > -1){
|
||||
//批量下发待测试
|
||||
if(url.indexOf("functionId=6") > -1 //http url
|
||||
|| url.indexOf("functionId=7") > -1 //dns
|
||||
|| url.indexOf("functionId=37") > -1 //mail address
|
||||
|| url.indexOf("functionId=35") > -1 //mail advanced
|
||||
|| url.indexOf("functionId=210") > -1 //https monitor
|
||||
|| url.indexOf("functionId=207") > -1 //mail block
|
||||
|| url.indexOf("functionId=208") > -1 //mail redirect
|
||||
|| url.indexOf("functionId=209") > -1 //mail replace
|
||||
|| url.indexOf("functionId=211") > -1 //mail whitelist
|
||||
){
|
||||
top.$.jBox.confirm("<spring:message code='confirm_message'/>","<spring:message code='cancle_all'/>",function(v,h,f){
|
||||
if(v=="ok"){
|
||||
$("#searchForm").attr("action",url);
|
||||
page();
|
||||
}
|
||||
});
|
||||
}else{ */
|
||||
}else{
|
||||
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
|
||||
return;
|
||||
/* } */
|
||||
}
|
||||
}
|
||||
}
|
||||
function doAll(checkboxes,url){
|
||||
|
||||
Reference in New Issue
Block a user