The horizon.dashboards.syspanel.volumes.tables ModuleΒΆ

class horizon.dashboards.syspanel.volumes.tables.VolumesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.dashboards.nova.volumes.tables.VolumesTable

class VolumesTable.Meta[source]
VolumesTable.Meta.name = 'volumes'
VolumesTable.Meta.row_actions = (<class 'horizon.dashboards.nova.volumes.tables.DeleteVolume'>,)
VolumesTable.Meta.row_class

alias of UpdateRow

VolumesTable.Meta.status_columns = ['status']
VolumesTable.Meta.table_actions = (<class 'horizon.dashboards.nova.volumes.tables.DeleteVolume'>,)
VolumesTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0xb68efac>
VolumesTable.base_actions = {'delete': <DeleteVolume: delete>}
VolumesTable.base_columns = {'name': <Column: name>, 'description': <Column: description>, 'size': <Column: size>, 'status': <Column: status>, 'attachments': <AttachmentColumn: attachments>}

Previous topic

The horizon.dashboards.syspanel.volumes Module

Next topic

The horizon.dashboards.syspanel.volumes.tests Module

This Page