Hi, all
how to use vSphere Client script plug-ins with the vSphere Web Client.
I found this.
and I used following step to try.
- change web client properties file
=> scriptPlugin.enabled = true - restart web client service
- reopen web client page, but still no "Classic Solutions category" view...
my plugin registry xml file is like this.
<?xml version="1.0" ?><scriptConfiguration version="1.0"> <key>lihlcnkr.balabala</key> <description>Test script plug-in</description> <name>lihlcnkr test</name> <vendor>lihlcnkr</vendor> <multiVCsupported>false</multiVCsupported> <extension parent="Home.Inventory"> <title locale="en">VMware</title> <url display="window">http://vmware.com</url> </extension> <extension parent="InventoryView.Template"> <title locale="en">Custom Template</title> <url display="modalwindow">http://10.10.99.99:8440/test.jsp</url> </extension> <extension parent="InventoryView.HostSystem"> <title locale="en">Lihl Custom HostSystem</title> <url display="modalwindow">http://10.10.99.99:8440/test.jsp</url> </extension></scriptConfiguration>
what's wrong?
how to use vSphere Client script plug-ins with the vSphere Web Client?
thanks