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.SamplesView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

SamplesView.get(request, *args, **kwargs)[source]
SamplesView.template_name = 'admin/metering/samples.csv'

Previous topic

The openstack_dashboard.dashboards.admin.metering Module

Next topic

The openstack_dashboard.dashboards.admin.metering.tests Module

This Page