manila-ui/manila_ui/enabled/_90_manila_project_shares.py
Rich Hagarty 871f5ce4eb Remove overrides reference from Manila-UI plug-in
Plug-ins should not be using the "customization_module" override
mechanism to change default Horizon behavior. Any "override"
code should live with the __init__.py file of the appropriate
plug-in directory.

Change-Id: Idc2c66e2994780298725535f00184d4e3f2f6bb9
Closes-Bug: #1485112
2015-08-21 14:00:25 -07:00

7 lines
259 B
Python

PANEL_DASHBOARD = 'project'
PANEL_GROUP = 'compute'
PANEL = 'shares'
ADD_PANEL = 'manila_ui.dashboards.project.shares.panel.Shares'
# ADD_INSTALLED_APPS enables using html templates from within the plugin
ADD_INSTALLED_APPS = ['manila_ui.dashboards.project']