mirror of https://github.com/jumpserver/jumpserver
reslove
commit
6a565d0a45
|
@ -448,7 +448,7 @@ def idc_edit(request):
|
||||||
i = IDC.objects.get(name='默认')
|
i = IDC.objects.get(name='默认')
|
||||||
Asset.objects.filter(id=host).update(idc=i)
|
Asset.objects.filter(id=host).update(idc=i)
|
||||||
|
|
||||||
return HttpResponseRedirect('/jasset/idc_detail/?id=%s' % idc_id)
|
return HttpResponseRedirect('/jasset/idc_list/' % idc_id)
|
||||||
|
|
||||||
return render_to_response('jasset/idc_add.html', locals(), context_instance=RequestContext(request))
|
return render_to_response('jasset/idc_add.html', locals(), context_instance=RequestContext(request))
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
url: "/jasset/group_del/multi/",
|
url: "/jasset/group_del/multi/",
|
||||||
data: {"id_list": id_list, "len_list": j},
|
data: {"id_list": id_list, "len_list": j},
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
window.open("/jasset/jgroup_list/", "_self");
|
window.open("/jasset/group_list/", "_self");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue