horizon-customization-plugin is an example that shows how to customize various components in an Angular dashboard table. It uses the concept of the "registry" developed in the Newton Release cycle.
horizon-customization-plugin is intended to use only on systems running Horizon.
Images table is Angular by default (set to True in the ANGULAR_FEATURES dict in settings.py
)
and should be the case for this plugin to work.
- Git clone this repo to your local machine
- Run "python setup.py sdist" in the folder
- Run "./tools/with_venv.sh pip install horizon-customization-plugin/dist/..tar.gz" in horizon
- Copy files in the enabled folder to
openstack_dashboard/local/enabled
- Restart Apache or your Django test server