Out of the box, the Asset Information subview is not displayed in the Information for interface models. Can the Asset Information subview be added in OneClick for interface models?
The Asset Information subview can be displayed for Interface models in Spectrum OneClick by doing the following on the OneClick server:
1. Copy the $SPECROOT/tomcat/webapps/spectrum/WEB-INF/topo/config/view-defaultportdetails-config.xml file to the $SPECROOT/custom/topo/config directory
2. Edit the $SPECROOT/custom/topo/config/view-defaultportdetails-config.xml file and add the following bold text:
<field-subview idref="field-poe-portinfo-config" />
<!-- Asset Information -->
<field-subview idref="asset-info-subview-config" expanded="false">
<title>com.aprisma.spectrum.app.topo.client.AssetInfo</title>
</field-subview>
</subviews>
3. Save the changes
4. Log out and then log back into OneClick. You should now see the Asset Information subview in the Information tab of interface models as seen below:
<Please see attached file for image>
Please reference the "OneClick Customization" section of the documentation for more information on customizing OneClick.
https://docops.ca.com/ca-spectrum/10-3-0/en/customizing/oneclick-customization