The openstack_dashboard.dashboards.project.network_topology.instances.tables
ModuleΒΆ
-
class
openstack_dashboard.dashboards.project.network_topology.instances.tables.
InstancesTable
(request, data=None, needs_form_wrapper=None, **kwargs)[source] Bases:
openstack_dashboard.dashboards.project.instances.tables.InstancesTable
-
class
Meta
[source] Bases:
object
-
name
= 'instances'
-
row_actions
= (<class 'openstack_dashboard.dashboards.project.instances.tables.DeleteInstance'>,)
-
verbose_name
= <django.utils.functional.__proxy__ object>
-
-
InstancesTable.
base_actions
= OrderedDict([('delete', <DeleteInstance: delete>)])
-
InstancesTable.
base_columns
= OrderedDict([('name', <Column: name>), ('image_name', <Column: image_name>), ('ip', <Column: ip>), ('size', <Column: size>), ('keypair', <Column: keypair>), ('status', <Column: status>), ('az', <Column: az>), ('task', <Column: task>), ('state', <Column: state>), ('created', <Column: created>)])
-
class