Move VPN panel in the left menu lower by default

Currently VPN panel is located before "Security Groups" and "Floating
IPs". Considering the relationship between SG/FIP and Networks/Routers,
the current position of "VPN" panel is a bit confusing.

Change-Id: I640accd20933da87ae5764e3c300b5305281dd4c
Closes-Bug: #1711785
This commit is contained in:
Akihiro Motoki 2017-08-19 05:56:59 +00:00
parent 5092245c5a
commit f3d286152a
2 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ Enable the horizon plugin.
.. code-block:: console
$ cp neutron_vpnaas_dashboard/enabled/_1470_project_vpn_panel.py \
/opt/stack/horizon/openstack_dashboard/local/enabled/_1470_project_vpn_panel.py
$ cp neutron_vpnaas_dashboard/enabled/_7100_project_vpn_panel.py \
/opt/stack/horizon/openstack_dashboard/local/enabled/_7100_project_vpn_panel.py
.. note::