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