manila-ui/manila_ui/enabled/_90_manila_admin_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

5 lines
126 B
Python

PANEL_DASHBOARD = 'admin'
PANEL_GROUP = 'admin'
PANEL = 'shares'
ADD_PANEL = 'manila_ui.dashboards.admin.shares.panel.Shares'