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

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

get_data()[source]
table_class

alias of JobExecutionsTable

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

Previous topic

The openstack_dashboard.dashboards.project.data_processing.job_executions.tables Module

Next topic

The openstack_dashboard.dashboards.project.data_processing.job_executions.urls Module

This Page