Can I extend the class com.vmware.ui.views.ViewSpec and use it to for my extension's type as below :
<extension id="myExtId">
<extendedPoint>vsphere.core.vm.summarySectionViews</extendedPoint>
<object>
<type>com.xyz.abc.CustomViewSpec</type>
<name>VM Network Location History</name>
<componentClass className="com.xyz.abc.VmNetworkLocationHistoryUIView"/>
</object>
</extension>
Basically I want to change the color of the title tab where the text VM Network Location History is displayed