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.page_title = <django.utils.functional.__proxy__ object at 0xb3267d0>
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.tabs.views.TabbedTableView

AdminIndexView.get_context_data(**kwargs)[source]
AdminIndexView.get_data()[source]
AdminIndexView.page_title = <django.utils.functional.__proxy__ object at 0xb326f10>
AdminIndexView.tab_group_class

alias of HypervisorHostTabs

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

Previous topic

The openstack_dashboard.dashboards.admin.hypervisors Module

Next topic

The openstack_dashboard.dashboards.admin.hypervisors.tabs Module

This Page