加入验证规则TCP,UDP协议端口可以不为0其他协议端口必须为0端口号不为0时必须选择协议
This commit is contained in:
@@ -538,6 +538,10 @@ $(function(){
|
||||
$("#messageBox .close").on("click",function(){
|
||||
heightDiv(1);
|
||||
})
|
||||
//协议端口加入验证
|
||||
$("input[name$='srcPort']").addClass("protocolPort");
|
||||
$("input[name$='destPort']").addClass("protocolPort");
|
||||
$("select[name$='protocol']").addClass("protocolPort");
|
||||
});
|
||||
window.onload=function(){
|
||||
$("span[id^=open]").click(function(){
|
||||
|
||||
Reference in New Issue
Block a user