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

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

Bases: horizon.tabs.views.TabbedTableView

IndexView.tab_group_class

alias of DefaultsTabs

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

Bases: horizon.workflows.views.WorkflowView

UpdateDefaultQuotasView.get_initial()[source]
UpdateDefaultQuotasView.workflow_class

alias of UpdateDefaultQuotas

Previous topic

The openstack_dashboard.dashboards.admin.defaults.tabs Module

Next topic

The openstack_dashboard.dashboards.admin.defaults Module

This Page