Topology configuration

You can customize a number of Agile Service Manager UI elements for your deployment, such as tooltips, link styles and icons. You can also create custom tools which users can access through a topology's context menu, and create custom processing rules for topology data.

Tip: The Topology Viewer loads all UI configuration settings into memory when it opens. If you make changes to your UI configurations after opening the Topology Viewer, you must reopen it before these changes take effect.
Remember:

If you make changes to your environment variables, image tags or other configuration elements, use the asm_start.sh command to implement them. This command re-evaluates all dependencies by performing a 'docker compose up -d' action, thereby implementing them. The asm_restart.sh command on the other hand only performs a 'docker-compose restart' action, which restarts the containers but does not re-evaluate their dependencies, and therefore does not pick up any such changes.