Labels Overrides
Get the latest docs.
You are looking at documentation for an older release. Not what you want? Use the version selector on the top banner or click here.
You can override a number of texts and labels used in Cloudify 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 Cloudify Management Console to see the changes.
When setting up a Cloudify Manager Cluster, these changes should be applied to every Cloudify Manager in the cluster.