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

class openstack_dashboard.contrib.sahara.content.data_processing.job_executions.tabs.GeneralTab(tab_group, request=None)[source]

Bases: horizon.tabs.base.Tab

get_context_data(request)[source]
get_object_name(obj_id, sahara_obj, request)[source]
get_object_names(job_ex, request)[source]
name = <django.utils.functional.__proxy__ object at 0x7fdfb3ecce50>
slug = 'job_execution_tab'
template_name = 'project/data_processing.job_executions/_details.html'
class openstack_dashboard.contrib.sahara.content.data_processing.job_executions.tabs.JobExecutionDetailsTabs(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

slug = 'job_execution_details'
sticky = True
tabs = (<class 'openstack_dashboard.contrib.sahara.content.data_processing.job_executions.tabs.GeneralTab'>,)

Previous topic

The openstack_dashboard.contrib.sahara.content.data_processing Module

Next topic

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

Project Source

This Page