Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Author: Xavier Thevenot (Unlicensed)

Optional information message on backup policies tab

To display an optional information message on the Backup tab when the user edits a VM:

  1. Edit the lang_en_US_custom.json file and set the message text

...

  1. for the backupconfiguration.policy.disclaimer.label key.

    Code Block
    languagejs
    {
        [...],
        "backupconfiguration.policy.disclaimer.label":"This is the backup policies optional information message text"
    }

...