Hi, I am a newbie of vShpere user, I'm studying about the sample code in 6.0 sdk sample.
I got a question In chassis-ui sample.
That is how can I create a shortcut for chassis-ui on the inventories at home page?
I used below extension in chassis-ui's plugin.xml but it didn't work.
<extension id="com.vmware.samples.chassis.shortcut">
<extendedPoint>vise.home.shortcuts</extendedPoint>
<object>
<name>chassis</name>
<categoryUid>vsphere.core.controlcenter.inventoriesCategory</categoryUid>
<targetViewUid>com.vmware.samples.chassis.viewTemplateInstance</targetViewUid>
</object>
</extension>
It should be a wrong tagetViewUid, but anyone can help me to get understand how to add a shortcut in the home page? thank you!