mirror of https://github.com/jumpserver/jumpserver
parent
2f5cf429ed
commit
667862223c
|
@ -223,10 +223,12 @@
|
|||
$.ajax({
|
||||
type: "GET",
|
||||
url: g_url,
|
||||
success: window.open("/jlog/log_list/online/", "_self")
|
||||
success: function(){
|
||||
document.location.reload();
|
||||
}
|
||||
// error: window.open(g_url, "_self")
|
||||
});
|
||||
|
||||
}
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue