Disable Identity dashboard by default
A new dashboard - Identity - has been added to Horizon. We want it to be disabled by default in Tuskar UI. Change-Id: I640d43bd28e7723740d2ee05b840ea2d57ec05a6
This commit is contained in:
parent
e725723143
commit
bf41b22484
2
_30_identity.py.example
Normal file
2
_30_identity.py.example
Normal file
@ -0,0 +1,2 @@
|
||||
DASHBOARD = 'identity'
|
||||
DISABLED = True
|
@ -110,6 +110,7 @@ Then disable the other dashboards::
|
||||
|
||||
cp ../tuskar-ui/_10_admin.py.example openstack_dashboard/local/enabled/_10_admin.py
|
||||
cp ../tuskar-ui/_20_project.py.example openstack_dashboard/local/enabled/_20_project.py
|
||||
cp ../tuskar-ui/_30_identity.py.example openstack_dashboard/local/enabled/_30_identity.py
|
||||
|
||||
|
||||
Starting the app
|
||||
|
Loading…
Reference in New Issue
Block a user