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:
bfederle 2011-12-21 14:04:28 -08:00
parent a01c52940e
commit c33db409db
1 changed files with 1 additions and 1 deletions

View File

@ -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