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

JobExecutionDetailsView.tab_group_class

alias of JobExecutionDetailsTabs

JobExecutionDetailsView.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

JobExecutionsView.get_data()[source]
JobExecutionsView.table_class

alias of JobExecutionsTable

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

Previous topic

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

Next topic

The openstack_dashboard.dashboards.project.data_processing.job_executions Module

This Page