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

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

Bases: horizon.tables.views.DataTableView

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

alias of AdminHypervisorInstancesTable

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

Bases: horizon.tabs.views.TabbedTableView

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

alias of HypervisorHostTabs

template_name = 'admin/hypervisors/index.html'

Previous topic

The openstack_dashboard.dashboards.admin.hypervisors.tables Module

Next topic

The openstack_dashboard.dashboards.admin.hypervisors.compute.tabs Module

Project Source

This Page