Labels Overrides
You can override a number of texts and labels used in Conductor Management Console by supplying a file containing replacements for default texts or labels.
To do that:
Create
/opt/cloudify-stage/dist/userData/overrides.json
file.Go to https://github.com/cloudify-cosmo/cloudify-stage/blob/5.1.1-build/app/translations/en.json , choose configurations parts to modify (you can omit all unmodified parts to use default values) and save them to the created file. An example file content may look like:
{ "login": { "header": "WELCOME", "message": "Welcome to the Management Console, Please log in" }, "pageTitle": "Management Console", "productName": "Any product name" }
In the browser reload Conductor Management Console to see the changes.
When setting up a Conductor Manager Cluster, these changes should be applied to every Conductor Manager in the cluster.