...
- Log in to a shell on the Abiquo server as a user with the appropriate permissions (e.g. root or sudo user)
Edit the client-config-custom.json file to add new enterprise themes
Code Block cd /var/www/html/ui/config vi client-config-custom.json
Edit the file and add the base theme and the custom themes as an element within the brackets { and }.
Code Block "client.themes": [ "abicloudDefault", "my_custom_theme" ]
YouNote
You must add abicloudDefault or the user interface will not load properly. Check
Check your JSON file format with a JSON checker to ensure that the UI will load properly