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

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

Previous topic

The openstack_dashboard.dashboards.admin.hypervisors.urls Module

Next topic

The openstack_dashboard.dashboards.admin.hypervisors Module

This Page