VMware {code} Community
rshivarkar
Contributor
Contributor

how to add view in Related Objects tab

Below is my code but view is not loading in related objects tab. Can you please help me here?

<extension id="com.hitachi.sie.ucp.relatedView1">

      <extendedPoint>com.hitachi.sie.ucp.relatedViews</extendedPoint>

      <object>

         <name>#{RelatedObjects.CPU}</name>

         <componentClass className="com.vmware.vsphere.client.htmlbridge.HtmlView">

            <object>

               <root>

                  <url>/vsphere-client/TestUCP/resources/Relobj_CPU.html</url>

               </root>

            </object>

         </componentClass>

      </object>

   </extension>

0 Kudos
1 Reply
laurentsd
VMware Employee
VMware Employee

Sorry, it is not possible to add a custom view in the Related Objects tab.  You can only add related objects as explained in the ChassisRack sample.

Your alternative is to add you custom view under the Manage or Monitor tabs, like other custom views.

0 Kudos