mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user