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

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

Bases: horizon.tabs.views.TabbedTableView

page_title = <django.utils.functional.__proxy__ object at 0x7faf8a6dc650>
tab_group_class

alias of DefaultsTabs

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

Bases: horizon.workflows.views.WorkflowView

get_initial()[source]
workflow_class

alias of UpdateDefaultQuotas

Previous topic

The openstack_dashboard.dashboards.admin.defaults.tables Module

Next topic

The openstack_dashboard.dashboards.admin.defaults Module

Project Source

This Page