Template and asset overrides
The module comes with white-label defaults for the client area.
You can override the template, JS and CSS files with your own.
The defaults are provided un-minified for ease of editing. They are also commented to explain what's going on.
To override a default file, copy it into overrides
and then apply your changes to that file:
cp views/client/virtual_machines/overview.tpl overrides/views/client/virtual_machines/overview.tpl
Overrides can be used for any files in assets
or views
. An example directory structure is provided but is not required.