fix:1.alertMessage图表添加loading动画2.asset-telnet配置样式调整3.traffic修改协议不请求bug修复
This commit is contained in:
@@ -270,12 +270,22 @@
|
||||
auth:configs[0].auth,
|
||||
configs:[],
|
||||
}
|
||||
if(settingItem.version == 2){
|
||||
settingItem.auth={
|
||||
username:'',
|
||||
securityLevel:'',
|
||||
securityLevel:'',
|
||||
authProtocol:'',
|
||||
privProtocol:'',
|
||||
privPassword:'',
|
||||
}
|
||||
}
|
||||
configs.forEach(item=>{
|
||||
let config={
|
||||
direction:item.direction&&item.direction!=''?item.direction.split(','):[],
|
||||
ifindex:item.ifindex+'',
|
||||
ifdescr:item.ifdescr,
|
||||
tags:item.tags,
|
||||
tags:item.tags&&item.tags!=''?item.tags:{},
|
||||
edit:false,
|
||||
}
|
||||
settingItem.configs.push(config);
|
||||
|
||||
Reference in New Issue
Block a user