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

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

Bases: horizon.workflows.views.WorkflowView

CreateView.template_name = 'admin/flavors/create.html'
CreateView.workflow_class

alias of CreateFlavor

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

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of FlavorsTable

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

Bases: horizon.workflows.views.WorkflowView

UpdateView.get_initial()[source]
UpdateView.template_name = 'admin/flavors/update.html'
UpdateView.workflow_class

alias of UpdateFlavor

Previous topic

The openstack_dashboard.dashboards.admin.flavors.urls Module

Next topic

The openstack_dashboard.dashboards.admin.flavors Module

This Page