Add Asset Information sub-view to Interface models in OneClick
search cancel

Add Asset Information sub-view to Interface models in OneClick

book

Article ID: 32099

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

Out of the box, the Asset Information subview is not displayed in the Information for interface models.

Can the Asset Information sub-view be added in OneClick for interface models?

Can the Asset Information sub-view on OneClick be added for interface models?

Environment

All supported DX NetOps Spectrum releases

Resolution

The Asset Information sub-view can be displayed for Interface models in Spectrum OneClick by completing 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.

Additional Information

Please reference the "OneClick Customization" section of the documentation for more information on customizing OneClick.