...
Author: Xavier Thevenot (Unlicensed)
Optional information message on backup policies tab
In Abiquo v3.8.5+ you can To display an optional information message on the backup policies Backup tab when the user edits a virtual machine. By default, Abiquo does not display a message.To display an optional information message, edit VM:
Edit the lang_en_US_custom file and set the message text:
Code Block language javascript title Disclaimer label { [...], "backupconfiguration.policy.disclaimer.label":"This is the backup policies optional information message text" }
...