Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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 }. 

    You
    Code Block
     "client.themes": [
     	"abicloudDefault",
     	"my_custom_theme"
     ]
    Note


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