~ubuntu-branches/ubuntu/trusty/horizon/trusty-updates

« back to all changes in this revision

Viewing changes to openstack_dashboard/enabled/_70_admin_default_panel.py.example

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-06 16:53:28 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20140306165328-w2vgmtfriqlhp27m
Tags: 1:2014.1~b3-0ubuntu1
* New upstream milestone release.
* d/static/*: Refreshed assets for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# The name of the panel to be added to HORIZON_CONFIG. Required.
 
2
PANEL = 'defaults'
 
3
# The name of the dashboard the PANEL associated with. Required.
 
4
PANEL_DASHBOARD = 'admin'
 
5
# The name of the panel group the PANEL is associated with.
 
6
PANEL_GROUP = 'admin'
 
7
 
 
8
# If set, it will update the default panel of the PANEL_DASHBOARD.
 
9
DEFAULT_PANEL = 'defaults'