mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -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:
@@ -262,6 +262,7 @@ TEMPLATES = [
|
||||
'DIRS': [
|
||||
os.path.join(BASE_DIR, 'templates'),
|
||||
os.path.join(BASE_DIR, 'ui_next', 'build'),
|
||||
os.path.join(BASE_DIR, 'ui_next', 'public')
|
||||
],
|
||||
},
|
||||
]
|
||||
@@ -289,6 +290,7 @@ INSTALLED_APPS = [
|
||||
'awx.main',
|
||||
'awx.api',
|
||||
'awx.ui',
|
||||
'awx.ui_next',
|
||||
'awx.sso',
|
||||
'solo'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user