Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

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

...

  1. .json file and set the message text

...

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

    Code Block
    language

...

  1. js

...

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

...

 

Image Removed

...