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>
-
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'>,)
-