Hi,
We also have similar problem in our env.
In our plugin.xml file we have the below config specified.
<delegate>
<className>com.vmware.vsphere.client.htmlbridge.HtmlActionDelegate</className>
<object><root>
<!-- actionUrl maps to ActionsController on the java side -->
<actionUrl>/vsphere-client/hpeov4vcserver/resources/overview.html</actionUrl>
<dialogTitle>Sample</dialogTitle>
<dialogSize>1000,800</dialogSize>
<dialogIcon>#{addChassis}</dialogIcon>
</root></object>
</delegate>
We have the specified the dialog size 1000 x 800px. But the dialog renders only for 960 x 560px and adding scroll bar for rest of the part.
Is it possible to override this recommended max size of the vmware dialog without affecting the other pages.
Thanks.