The openstack_dashboard.dashboards.admin.metering.tables ModuleΒΆ

class openstack_dashboard.dashboards.admin.metering.tables.UsageTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class UsageTable.Meta[source]
UsageTable.Meta.name = 'daily'
UsageTable.base_actions = {}
UsageTable.base_columns = {'service': <Column: service>, 'meter': <Column: meter>, 'description': <Column: description>, 'time': <Column: time>, 'value': <Column: value>}
UsageTable.get_object_id(datum)[source]
UsageTable.name[source]
openstack_dashboard.dashboards.admin.metering.tables.show_date(datum)[source]

Previous topic

The openstack_dashboard.dashboards.admin.metering.panel Module

Next topic

The openstack_dashboard.dashboards.admin.metering.tests Module

This Page