mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Update migration page
Update migration to add styling. Also, use django template and context to inject variables into the migration page. See: https://github.com/ansible/awx/issues/8355
This commit is contained in:
10
awx/ui_next/apps.py
Normal file
10
awx/ui_next/apps.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# Django
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
|
||||
class UINextConfig(AppConfig):
|
||||
|
||||
name = 'awx.ui_next'
|
||||
verbose_name = _('UI_Next')
|
||||
|
||||
Reference in New Issue
Block a user