mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9194: Making the console popup window resizable in IE to make sure the focus is not lost.
This commit is contained in:
parent
7e12ebf280
commit
e985db9057
|
|
@ -301,7 +301,7 @@
|
|||
}),
|
||||
|
||||
// Window options
|
||||
'menubar=0,resizable=0,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height
|
||||
'menubar=0,resizable=1,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height
|
||||
);
|
||||
} else {
|
||||
notification.desc = messages.notification(messageArgs);
|
||||
|
|
|
|||
Loading…
Reference in New Issue