The horizon.dashboards.nova.instances_and_volumes.views ModuleΒΆ

Views for Instances and Volumes.

class horizon.dashboards.nova.instances_and_volumes.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

IndexView.get_instances_data()[source]
IndexView.get_volumes_data()[source]
IndexView.table_classes = (<class 'horizon.dashboards.nova.instances_and_volumes.instances.tables.size'>, <class 'horizon.dashboards.nova.instances_and_volumes.volumes.tables.attachments'>)
IndexView.template_name = 'nova/instances_and_volumes/index.html'

Previous topic

The horizon.dashboards.nova.instances_and_volumes Module

Next topic

The horizon.dashboards.nova.instances_and_volumes.tests Module

This Page