修复intercept Policy新增bug
This commit is contained in:
@@ -190,7 +190,7 @@ legend{padding:.5em;border:0;width:auto;font-family: "Open Sans", sans-serif;col
|
|||||||
$(".ipPort0").removeClass("hidden");
|
$(".ipPort0").removeClass("hidden");
|
||||||
}); */
|
}); */
|
||||||
//0号内置配置不允许修改内容
|
//0号内置配置不允许修改内容
|
||||||
if("${_cfg.compileId}" == 0 && _cfg.compileId != ''){
|
if("${_cfg.compileId}" == 0 && "${_cfg.compileId}" != ''){
|
||||||
$(".glyphicon-plus").remove();
|
$(".glyphicon-plus").remove();
|
||||||
$(".glyphicon-remove").remove();
|
$(".glyphicon-remove").remove();
|
||||||
$("input[name='cfgDesc']").attr("readonly",true);
|
$("input[name='cfgDesc']").attr("readonly",true);
|
||||||
|
|||||||
Reference in New Issue
Block a user