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

class openstack_dashboard.dashboards.admin.flavors.views.CreateView[source]

Bases: horizon.workflows.views.WorkflowView

page_title = <django.utils.functional.__proxy__ object at 0x7faf877c7f90>
template_name = 'admin/flavors/create.html'
workflow_class

alias of CreateFlavor

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

Bases: horizon.tables.views.DataTableView

get_data()[source]
has_more_data(table)[source]
has_prev_data(table)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7faf877c7ad0>
table_class

alias of FlavorsTable

template_name = 'admin/flavors/index.html'
class openstack_dashboard.dashboards.admin.flavors.views.UpdateView[source]

Bases: horizon.workflows.views.WorkflowView

get_initial()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7faf88eaf0d0>
template_name = 'admin/flavors/update.html'
workflow_class

alias of UpdateFlavor

Previous topic

The openstack_dashboard.dashboards.admin.flavors.tables Module

Next topic

The openstack_dashboard.dashboards.admin.flavors Module

Project Source

This Page