...
|
...
|
@@ -315,7 +315,12 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' |
|
|
layer.msg('暂无告警', {icon: 0});
|
|
|
return false;
|
|
|
}
|
|
|
//不以资源类型不包括父节点的资源类型 包括阿里云、华为云
|
|
|
if("ALI_CLOUD_PLAT"== _resType || "HUAWEI_CLOUD_PLAT" == _resType){
|
|
|
_resType =_resType.substring(0,_resType.lastIndexOf("_"));
|
|
|
}
|
|
|
$(this).attr("lay-href", "/alarm/activewarning/restype=" + _resType + "/level=" + level);
|
|
|
// $(this).trigger();
|
|
|
});
|
|
|
|
|
|
// 点击资源数量
|
...
|
...
|
|