Enhancment to the Module Managment to show where module is used.

Added a new tab that lists all the pages where there is a module instance with the count of the number of instances.
This helps when making a decision to delete the module from the framework.
This commit is contained in:
Leigh Pointer
2023-12-12 22:28:18 +01:00
parent 4688e49454
commit b02584bec6
2 changed files with 49 additions and 0 deletions

View File

@ -240,4 +240,13 @@
<data name="Validate" xml:space="preserve">
<value>Validate</value>
</data>
<data name="Browse" xml:space="preserve">
<value>Browse</value>
</data>
<data name="Count" xml:space="preserve">
<value>Module Count</value>
</data>
<data name="OnPages.Heading" xml:space="preserve">
<value>On Pages</value>
</data>
</root>