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

class openstack_dashboard.dashboards.admin.metering.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tabs.views.TabbedTableView

IndexView.tab_group_class

alias of CeilometerOverviewTabs

IndexView.template_name = 'admin/metering/index.html'
class openstack_dashboard.dashboards.admin.metering.views.ReportView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

ReportView.get_context_data(**kwargs)[source]
ReportView.get_tables()[source]
ReportView.handle_table(table)[source]
ReportView.load_data(request)[source]
ReportView.template_name = 'admin/metering/report.html'
class openstack_dashboard.dashboards.admin.metering.views.SamplesView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

SamplesView.get(request, *args, **kwargs)[source]
SamplesView.template_name = 'admin/metering/samples.csv'
openstack_dashboard.dashboards.admin.metering.views.query_data(request, date_from, date_to, date_options, group_by, meter, period=None)[source]

Previous topic

The openstack_dashboard.dashboards.admin.metering.urls Module

Next topic

The openstack_dashboard.dashboards.admin.metering Module

This Page