The UI component for Zun
Go to file
Hongbin Lu aad1d14050 Fix the path of the panel navigator
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
2019-06-02 15:09:49 +00:00
devstack Update higgins with zun 2017-03-09 11:28:16 +05:30
doc Replace git.openstack.org URLs with opendev.org URLs 2019-04-27 02:56:44 +00:00
releasenotes Imported Translations from Zanata 2019-05-21 08:02:40 +00:00
tools Fix tox jobs and remove tox_helper.sh 2018-05-14 16:07:49 +09:00
zun_ui Fix the path of the panel navigator 2019-06-02 15:09:49 +00:00
_0330_cloud_shell_settings.py.sample Add Cloud Shell feature 2017-10-30 17:08:59 +09:00
.eslintrc Refresh js test environment 2017-03-10 19:11:36 +09:00
.gitignore Update packages for JavaScript tests 2017-12-06 12:11:30 +09:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:53 +00:00
.zuul.yaml Dropping the py35 testing 2019-04-15 19:07:08 +00:00
babel-django.cfg first commit 2016-07-22 13:06:25 +09:00
babel-djangojs.cfg first commit 2016-07-22 13:06:25 +09:00
LICENSE first commit 2016-07-22 13:06:25 +09:00
lower-constraints.txt Bump horizon for Stein 2018-12-21 10:41:05 +09:00
manage.py hacking: Specify white list rules in noqa explicity 2017-06-22 14:00:45 +09:00
package.json Replace git.openstack.org URLs with opendev.org URLs 2019-04-27 02:56:44 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-27 02:56:44 +00:00
requirements.txt Bump horizon for Stein 2018-12-21 10:41:05 +09:00
setup.cfg Dropping the py35 testing 2019-04-15 19:07:08 +00:00
setup.py Bump horizon for Stein 2018-12-21 10:41:05 +09:00
test-requirements.txt Update hacking version 2019-01-10 11:00:29 +08:00
test-shim.js Add mechanism to execute JavaScript test 2016-12-04 06:01:35 +00:00
tox.ini Replace git.openstack.org URLs with opendev.org URLs 2019-04-27 02:56:44 +00:00

zun-ui

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