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

« back to all changes in this revision

Viewing changes to openstack_dashboard/enabled/_80_admin_add_panel_group.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
# The name of the panel group to be added to HORIZON_CONFIG. Required.
 
2
PANEL_GROUP = 'plugin_panel_group'
 
3
# The display name of the PANEL_GROUP. Required.
 
4
PANEL_GROUP_NAME = 'Plugin Panel Group'
 
5
# The name of the dashboard the PANEL_GROUP associated with. Required.
 
6
PANEL_GROUP_DASHBOARD = 'admin'