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:
Edit the
lang_en_US_custom
...
.json
file and set the message text
...
for the
backupconfiguration.policy.disclaimer.label
key.Code Block language
...
js
...
{ [...], "backupconfiguration.policy.disclaimer.label":"This is the backup policies optional information message text" }
...
...