Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: The cache is a client setting. No need to restart httpd

...

  1. Log in to a shell on the Abiquo server as a user with the appropriate permissions (e.g. root or sudo user)
  2. 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


  3. 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"
     ]


    Note

    You must add abicloudDefault or the user interface will not load properly. Check your JSON file format with a JSON checker to ensure that the UI will load properly

    Restart the Apache daemon to load files into the cache

    Code Block
    service httpd restart