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.get_initial()[source]
CreateView.template_name = 'syspanel/flavors/create.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 _meta

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