Display active component versions number
You can add a counter that displays the number of active component versions. The counter excludes all archived and inactive versions.
To add the component versions counter:
-
Navigate to the Deployment Automation user profile directory where the server configuration is stored, for example:
C:\Users\<username>\.microfocus\da\conf\server
-
Open the da_config.xml file.
-
Add the following section:
Copy code<versionCounterConfig>
<includeArchived>true</includeArchive>
<includeInactive>true</includeInactive>
</versionCounterConfig> -
Save the changes.