Basically, I am trying to populate a new tab in vSphere web client. I am able to register a script plugin and also able to see registered plugin tab in windows based vSphere client.
Configuration done to load the plugin is :
<key>please1234</key>
<description>SDK Pubs Sample vSphere Client Plug-in</description>
<name>MyPlugin</name>
<vendor>VMware, Inc.</vendor>
<extension parent="InventoryView.Datacenter">
<title locale="en">vSphere Web Services SDK API ReferenceGuide</title>
<url>http://192.168.2.199:80</url>
</extension>
</scriptConfiguration>
We can see the registered main plugin tab i.e. "Classic Solution" in web client. But, not able to see registered sub tab i.e "MyPlugin" under "Classic Solution".
Does vSphere web client supports HTML page(Registered tab is HTML link)?
Please see the attached screen shot for more reference.
Regards,
Rajshree