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

class openstack_dashboard.dashboards.admin.flavors.views.CreateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

CreateView.form_class

alias of CreateFlavor

CreateView.success_url = <django.utils.functional.__proxy__ object at 0x77b2410>
CreateView.template_name = 'admin/flavors/create.html'
class openstack_dashboard.dashboards.admin.flavors.views.EditView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

EditView.form_class

alias of EditFlavor

EditView.get_context_data(**kwargs)[source]
EditView.get_initial()[source]
EditView.success_url = <django.utils.functional.__proxy__ object at 0x77b2e90>
EditView.template_name = 'admin/flavors/edit.html'
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'

Previous topic

The openstack_dashboard.dashboards.admin.flavors.panel Module

Next topic

The openstack_dashboard.dashboards.admin.flavors.urls Module

This Page