The UI component for Zun
aad1d14050
This commit also introduces an admin_urls module, because there are two containers panels (admin and project) and each panel need to have a dedicate instance of urlpatterns. In before, both panels share the same urlpattern in the urls module, which lead to issues that both panels try to set the 'dashboard' and 'panel' parameters in the same view. As a result, the UI could use the wrong dashboard and panel to render the view. Change-Id: I046742fa5889be6b2cf9e616b7fd2f62928c7147 Closes-Bug: #1822925 |
||
---|---|---|
devstack | ||
doc | ||
releasenotes | ||
tools | ||
zun_ui | ||
_0330_cloud_shell_settings.py.sample | ||
.eslintrc | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
babel-django.cfg | ||
babel-djangojs.cfg | ||
LICENSE | ||
lower-constraints.txt | ||
manage.py | ||
package.json | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
test-shim.js | ||
tox.ini |
zun-ui
Zun UI
- Free software: Apache license
- Source: https://opendev.org/openstack/zun-ui
- Bugs: https://bugs.launchpad.net/zun-ui
Manual Installation
Install Horizon according to Horizon documentation.
Clone Zun UI from git repository, checkout branch same as Horizon and Zun, and install it:
git clone https://github.com/openstack/zun-ui
git checkout <branch which you want>
cd zun-ui
pip install .
Enable Zun UI in your Horizon:
cp zun_ui/enabled/* <path to your horizon>/openstack_dashboard/local/enabled/
Then restart your Horizon.
After restart your Horizon, reload dashboard forcely using [Ctrl + F5] or etc. in your browser.
Enabling in DevStack
Add this repo as an external repository into your
local.conf
file:
[[local|localrc]]
enable_plugin zun-ui https://github.com/openstack/zun-ui