The openstack_dashboard.dashboards.admin.hypervisors.views ModuleΒΆ

class openstack_dashboard.dashboards.admin.hypervisors.views.AdminDetailView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

AdminDetailView.get_data()[source]
AdminDetailView.table_class

alias of AdminHypervisorInstancesTable

AdminDetailView.template_name = 'admin/hypervisors/detail.html'
class openstack_dashboard.dashboards.admin.hypervisors.views.AdminIndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

AdminIndexView.get_context_data(**kwargs)[source]
AdminIndexView.get_data()[source]
AdminIndexView.table_class

alias of AdminHypervisorsTable

AdminIndexView.template_name = 'admin/hypervisors/index.html'

Previous topic

The openstack_dashboard.dashboards.admin.hypervisors.urls Module

Next topic

The openstack_dashboard.dashboards.admin.hypervisors Module

This Page