|
|
|
@ -905,7 +905,7 @@ function bindPanel(a,type,ip,btid,url,user,pw){ |
|
|
|
|
btn = "<button type='button' class='btn btn-success btn-sm' onclick=\"bindPanel(1,'b')\">添加</button>"; |
|
|
|
|
} else { |
|
|
|
|
titleName = '修改关联' + ip; |
|
|
|
|
btn = "<button type='button' class='btn btn-default btn-sm' onclick=\"bindPaneldel('"+btid+"')\">删除</button><button type='button' class='btn btn-success btn-sm' onclick=\"bindBTPanel(1,'c','"+ip+"','"+btid+"')\" style='margin-left:7px'>修改</button>"; |
|
|
|
|
btn = "<button type='button' class='btn btn-default btn-sm' onclick=\"bindPaneldel('"+btid+"')\">删除</button><button type='button' class='btn btn-success btn-sm' onclick=\"bindPanel(1,'c','"+ip+"','"+btid+"')\" style='margin-left:7px'>修改</button>"; |
|
|
|
|
} |
|
|
|
|
if(url == undefined) url="http://"; |
|
|
|
|
if(user == undefined) user=""; |
|
|
|
|