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

class openstack_dashboard.dashboards.project.stacks.template_versions.views.DetailView[source]

Bases: horizon.tabs.views.TabView

static get_redirect_url()[source]
get_template_version(request, **kwargs)[source]
page_title = '{{ template_version }}'
tab_group_class

alias of TemplateVersionDetailsTabs

template_name = 'horizon/common/_detail.html'
class openstack_dashboard.dashboards.project.stacks.template_versions.views.TemplateVersionsView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3add8dd0>
table_class

alias of TemplateVersionsTable

template_name = 'project/stacks.template_versions/index.html'

Previous topic

The openstack_dashboard.dashboards.project.stacks.urls Module

Next topic

The openstack_dashboard.dashboards.project.stacks.template_versions Module

Project Source

This Page