manila-ui/_90_manila_project_shares.py
Gary W. Smith 45ed4ed108 Enable full quota, overview functionality
Enable manila quotas on the following pages:
- Admin/System/Defaults/Update Defaults
- Identity/Projects/CreateProject
- Identity/Projects/Modify Quotas

Incorporate manila pie charts into project overview panel
2015-04-09 16:34:30 -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']