How to add a new custom column to the explorer tab in CA Spectrum OneClick Console
search cancel

How to add a new custom column to the explorer tab in CA Spectrum OneClick Console

book

Article ID: 19338

calendar_today

Updated On:

Products

Spectrum

Issue/Introduction

Spectrum OneClick has an Explorer tab under Navigation panel. Out of the box it has Model Name and Severity columns. This solution describes how we can add a new custom column to the Explorer tab.



Environment

Any Spectrum supported version

Resolution

Follow these steps to add a new column to the explorer tab of Spectrum OneClick

  1. Logon to OneClick server

  2. Navigate to $SPECROOT/tomcat/webapps/spectrum/WEB-INF/topo/config directory.

  3. Copy the table-explorer-config.xml to the $SPECROOT/custom/topo/config directory.

  4. Edit the xml file and add the custom code like the below before the tag </column-list>

    <column>
       <name>AgentPort</name>
       <content>
           <attribute>0x10023</attribute>
       </content>
       <default-width>150</default-width>
    </column>

  5. Save the file

  6. Log out and then back into OneClick
 
The output of Explorer tab should look similar to the following:



 

Additional Information