mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-13 13:59:17 +00:00
Update asset_cu_list.html
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
content: new_url+data
|
||||
});
|
||||
*/
|
||||
window.open(new_url+data, '', 'width=628px, height=420px');
|
||||
window.open(new_url+data, '', 'width=628px, height=380px');
|
||||
} else if (dataArray.length == 1 && data != 'error'){
|
||||
/*
|
||||
layer.open({
|
||||
@@ -282,7 +282,7 @@
|
||||
content: new_url
|
||||
});
|
||||
*/
|
||||
window.open(new_url+data, '', 'width=628px, height=420px');
|
||||
window.open(new_url+data, '', 'width=628px, height=380px');
|
||||
|
||||
} else {
|
||||
/*
|
||||
@@ -363,4 +363,4 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user