Move enabled files
Files in "enabled" directory is not in target of "babel-django.cfg". So panel group label in these files are not translated. This patch moves these files and adds panel group label into translation target. Change-Id: Iaee01f7e1970d7beb7d166d12ceb80b807785c4a Closes-Bug: #1586917
This commit is contained in:
parent
a1eaa93a0f
commit
a97a487ec6
@ -48,9 +48,9 @@ Install Magnum UI with all dependencies in your virtual environment::
|
||||
|
||||
And enable it in Horizon::
|
||||
|
||||
cp ../magnum-ui/enabled/_50_project_container-infra_panelgroup.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/enabled/_51_project_container-infra_bays_panel.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/enabled/_52_project_container-infra_baymodels_panel.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/magnum_ui/enabled/_1370_project_container-infra_panelgroup.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/magnum_ui/enabled/_1371_project_container-infra_bays_panel.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/magnum_ui/enabled/_1372_project_container-infra_baymodels_panel.py openstack_dashboard/local/enabled
|
||||
|
||||
To run horizon with the newly enabled Magnum UI plugin run::
|
||||
|
||||
|
@ -15,7 +15,7 @@ function install_magnum_ui {
|
||||
}
|
||||
|
||||
function configure_magnum_ui {
|
||||
cp -a ${MAGNUM_UI_DIR}/enabled/* ${DEST}/horizon/openstack_dashboard/local/enabled/
|
||||
cp -a ${MAGNUM_UI_DIR}/magnum_ui/enabled/* ${DEST}/horizon/openstack_dashboard/local/enabled/
|
||||
# NOTE: If locale directory does not exist, compilemessages will fail,
|
||||
# so check for an existence of locale directory is required.
|
||||
if [ -d ${MAGNUM_UI_DIR}/magnum_ui/locale ]; then
|
||||
|
@ -48,9 +48,9 @@ Install Magnum UI with all dependencies in your virtual environment::
|
||||
|
||||
And enable it in Horizon::
|
||||
|
||||
cp ../magnum-ui/enabled/_50_project_containers_panelgroup.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/enabled/_51_project_containers_bays_panel.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/enabled/_52_project_containers_baymodels_panel.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/magnum_ui/enabled/_1370_project_containers-infra_panelgroup.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/magnum_ui/enabled/_1371_project_containers-infra_bays_panel.py openstack_dashboard/local/enabled
|
||||
cp ../magnum-ui/magnum_ui/enabled/_1372_project_containers-infra_baymodels_panel.py openstack_dashboard/local/enabled
|
||||
|
||||
To run horizon with the newly enabled Magnum UI plugin run::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user