diff options
Diffstat (limited to 'openstack_dashboard/enabled/_1640_project_template_versions_panel.py')
-rw-r--r-- | openstack_dashboard/enabled/_1640_project_template_versions_panel.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/openstack_dashboard/enabled/_1640_project_template_versions_panel.py b/openstack_dashboard/enabled/_1640_project_template_versions_panel.py deleted file mode 100644 index f31e040..0000000 --- a/openstack_dashboard/enabled/_1640_project_template_versions_panel.py +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # The slug of the panel to be added to HORIZON_CONFIG. Required. | ||
2 | PANEL = 'stacks.template_versions' | ||
3 | # The slug of the dashboard the PANEL associated with. Required. | ||
4 | PANEL_DASHBOARD = 'project' | ||
5 | # The slug of the panel group the PANEL is associated with. | ||
6 | PANEL_GROUP = 'orchestration' | ||
7 | |||
8 | # Python panel class of the PANEL to be added. | ||
9 | ADD_PANEL = ('openstack_dashboard.dashboards.project.' | ||
10 | 'stacks.template_versions.panel.TemplateVersions') | ||