How to add a device's firmware version field in the list view of the OneClick console.
Release : 10.4.x (NetOps 20.2.x)
Component : Spectrum Core / OneClick
By default firmware version is not a selectable column in the list view
1) Copy the table-model-config.xml file to the custom folder area
Copy: $SPECROOT/tomcat/webapps/spectrum/WEB-INF/common/config/table-model-config.xml
To: $SPECROOT/custom/common/config/
Note: If the table-model-config.xml file already exists under the custom folder area, skip the copy and modify the existing file
2) The firmware attribute already has a defined attribute xml file as well as a column file so we only need to add an entry
inside the table-model-config.xml for it to be added as an option
Add the following column definition inside the </column-list> close tag
<column idref="column-firmwareversion
<hidden-by-default>true</hid
</column>
example
2) Restart the OneClick Console
3) In the 'List' Tab or Locator Search Results right-click the Column header and check the Firmware Version box
If there are any syntax errors you may receive a popup error when launching the console. If so please review the changes to the xml file
for any errors. If the column does not appear and no errors are seen please check the OneClick tomcat log for any errors.