diff --git a/doc/source/index.rst b/doc/source/index.rst index 121ee67..7599260 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -41,7 +41,8 @@ Install Zaqar UI with all dependencies in your virtual environment:: And enable it in Horizon:: - cp ../zaqar-ui/enabled/_80_add_messaging_dashboard.py openstack_dashboard/local/enabled + cp ../zaqar-ui/enabled/_1510_messaging_panel_group.py openstack_dashboard/local/enabled + cp ../zaqar-ui/enabled/_1520_zaqar_project_queues.py openstack_dashboard/local/enabled Release Notes ============= diff --git a/run_tests.sh b/run_tests.sh index 1d50730..212f565 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -428,9 +428,9 @@ function run_makemessages { babel_extract djangojs ZAQAR_JS_RESULT=$? - #if [ $check_only -eq 1 ]; then - #git checkout -- zaqar_ui/locale/django*.pot - #fi + if [ $check_only -eq 1 ]; then + git checkout -- zaqar_ui/locale/django*.pot + fi exit $(($ZAQAR_PY_RESULT || $ZAQAR_JS_RESULT)) } diff --git a/zaqar_ui/enabled/_1520_project_queues.py b/zaqar_ui/enabled/_1520_project_queues.py index 6d761af..c7e8a34 100644 --- a/zaqar_ui/enabled/_1520_project_queues.py +++ b/zaqar_ui/enabled/_1520_project_queues.py @@ -25,14 +25,6 @@ ADD_ANGULAR_MODULES = [ 'horizon.dashboard.project.queues' ] -ADD_JS_FILES = [ - 'dashboard/project/queues/queues.module.js', -] - -ADD_JS_SPEC_FILES = [ - 'dashboard/project/queues/queues.module.spec.js', -] - ADD_SCSS_FILES = [ 'dashboard/project/queues/queues.scss' ]