The openstack_dashboard.dashboards.project.data_processing.job_executions.views ModuleΒΆ

class openstack_dashboard.dashboards.project.data_processing.job_executions.views.JobExecutionDetailsView[source]

Bases: horizon.tabs.views.TabView

page_title = <django.utils.functional.__proxy__ object at 0x2afcc8f093d0>
tab_group_class

alias of JobExecutionDetailsTabs

template_name = 'project/data_processing.job_executions/details.html'
class openstack_dashboard.dashboards.project.data_processing.job_executions.views.JobExecutionsView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

SEARCH_MAPPING = {'cluster': 'cluster.name', 'job': 'job.name'}
get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x2afcc8f095d0>
table_class

alias of JobExecutionsTable

template_name = 'project/data_processing.job_executions/job_executions.html'

Previous topic

The openstack_dashboard.dashboards.project.data_processing.data_plugins.panel Module

Next topic

The openstack_dashboard.dashboards.project.data_processing.job_executions Module

This Page