The openstack_dashboard.dashboards.project.stacks.template_versions.tabs ModuleΒΆ

class openstack_dashboard.dashboards.project.stacks.template_versions.tabs.TemplateFunctionsTab(tab_group, request=None)[source]

Bases: horizon.tabs.base.Tab

allowed(request)[source]
get_context_data(request)[source]
name = <django.utils.functional.__proxy__ object at 0x7f9f3c7e8110>
preload = False
slug = 'template_functions'
template_name = 'project/stacks.template_versions/_details.html'
class openstack_dashboard.dashboards.project.stacks.template_versions.tabs.TemplateVersionDetailsTabs(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

slug = 'template_version_details'
tabs = (<class 'openstack_dashboard.dashboards.project.stacks.template_versions.tabs.TemplateFunctionsTab'>,)

Previous topic

The openstack_dashboard.dashboards.project.stacks.template_versions Module

Next topic

The openstack_dashboard.dashboards.project.stacks.template_versions.tables Module

Project Source

This Page