How to add IfAlias column in OneClick?
search cancel

How to add IfAlias column in OneClick?

book

Article ID: 40915

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

Adding IfAlias column in the OneClick All Devices search under Locater tab.

 

Environment

Release: Any version of Spectrum

Resolution

          1)      Create a XML file under the path $ SPECROOT/custom/topo/config

                  Ex: table-searchresults-config

           2)      Paste the below content in the XML which you created and save it.

                   <?xml version="1.0" encoding="utf-8" ?>

                  - <table idref="table-searchresults-config">

                  - <column-list>

                  - <column>

                  <name>IfAlias</name>

                  - <content>

                  <attribute>0x11f7e</attribute>

                  </content>

                  </column>

                  </column-list>

                  </table>

            3)      After adding the above it will be shown as below if you open that XML file.

           4)      Now you can right click and add the IfAlias column once it is added the output will be as follows.