mirror of https://github.com/apache/cloudstack.git
bug 12665
Use unique names for pop-up windows, to avoid reusing the same window for multiple VMs status 12665: resolved fixed
This commit is contained in:
parent
a01c52940e
commit
c33db409db
|
|
@ -1460,7 +1460,7 @@
|
|||
return clientConsoleUrl + '?cmd=access&vm=' + args.context.instances[0].id;
|
||||
},
|
||||
title: function(args) {
|
||||
return "console"; //can't have space in window name in window.open()
|
||||
return "console" + args.context.instances[0].id; //can't have space in window name in window.open()
|
||||
},
|
||||
width: 820,
|
||||
height: 640
|
||||
|
|
|
|||
Loading…
Reference in New Issue