The openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.tabs ModuleΒΆ

class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.tabs.ClusterTemplateDetailsTabs(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

slug = 'cluster_template_details'
sticky = True
tabs = (<class 'openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.tabs.GeneralTab'>, <class 'openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.tabs.NodeGroupsTab'>)
class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.tabs.GeneralTab(tab_group, request=None)[source]

Bases: horizon.tabs.base.Tab

get_context_data(request)[source]
name = <django.utils.functional.__proxy__ object at 0x7fdfb4f53cd0>
slug = 'cluster_template_details_tab'
template_name = 'project/data_processing.cluster_templates/_details.html'
class openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.tabs.NodeGroupsTab(tab_group, request=None)[source]

Bases: horizon.tabs.base.Tab

get_context_data(request)[source]
name = <django.utils.functional.__proxy__ object at 0x7fdfb5537490>
slug = 'cluster_template_nodegroups_tab'
template_name = 'project/data_processing.cluster_templates/_nodegroups_details.html'

Previous topic

The openstack_dashboard.contrib.sahara.content.data_processing.data_plugins.urls Module

Next topic

The openstack_dashboard.contrib.sahara.content.data_processing.cluster_templates.panel Module

Project Source

This Page