Display the number of active component versions
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 directory where the Deployment Automation server configuration is stored, for example:
..\Users\username\.microfocus\da\conf\server
-
Open da_config.xml.
-
Add the following section:
Copy code<versionCounterConfig>
<includeArchived>true</includeArchive>
<includeInactive>true</includeInactive>
</versionCounterConfig> -
Save the changes.