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

« 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-31 17:31:49 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20140331173149-f28yjk2s8pt15fqj
Tags: 1:2014.1~rc1-0ubuntu1
* New upstream release candidate (LP: #1288245).
  - d/static/*: Refreshed assets for new upstream release.
* d/theme/*: Refresh Ubuntu theme against Icehouse templates (LP: #1291653).

Show diffs side-by-side

added added

removed removed

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