The horizon.dashboards.syspanel.flavors.views ModuleΒΆ

class horizon.dashboards.syspanel.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 0xb42218c>
CreateView.template_name = 'syspanel/flavors/create.html'
class horizon.dashboards.syspanel.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 0xaedaccc>
EditView.template_name = 'syspanel/flavors/edit.html'
class horizon.dashboards.syspanel.flavors.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of FlavorsTable

IndexView.template_name = 'syspanel/flavors/index.html'

Previous topic

The horizon.dashboards.syspanel.flavors.tests Module

Next topic

The horizon.dashboards.syspanel.flavors.urls Module

This Page