
* This is just a search and replace. * No functional changes. Change-Id: Id03ae0cb572df127a590e2631c3fb4888b34ac84
9 lines
252 B
Python
9 lines
252 B
Python
# The name of the dashboard to be added to HORIZON['dashboards']. Required.
|
|
DASHBOARD = 'token'
|
|
|
|
# A list of applications to be added to INSTALLED_APPS.
|
|
ADD_INSTALLED_APPS = [
|
|
'adjutant_ui.dashboards.token_dash',
|
|
'adjutant_ui.content.token',
|
|
]
|