The openstack_dashboard.dashboards.identity.projects.views ModuleΒΆ
-
class
openstack_dashboard.dashboards.identity.projects.views.CreateProjectView[source] Bases:
horizon.workflows.views.WorkflowView-
get_initial()[source]
-
workflow_class alias of
CreateProject
-
-
class
openstack_dashboard.dashboards.identity.projects.views.DetailProjectView(**kwargs)[source] Bases:
horizon.views.HorizonTemplateView-
get_context_data(**kwargs)[source]
-
get_data(*args, **kwargs)[source]
-
page_title= '{{ project.name }}'
-
template_name= 'identity/projects/detail.html'
-
-
class
openstack_dashboard.dashboards.identity.projects.views.IndexView(*args, **kwargs)[source] Bases:
horizon.tables.views.DataTableView-
get_data()[source]
-
has_more_data(table)[source]
-
page_title= <django.utils.functional.__proxy__ object>
-
table_class alias of
TenantsTable
-
template_name= 'identity/projects/index.html'
-
-
class
openstack_dashboard.dashboards.identity.projects.views.ProjectUsageView(*args, **kwargs)[source] Bases:
openstack_dashboard.usage.views.UsageView-
csv_response_class alias of
ProjectUsageCsvRenderer
-
csv_template_name= 'project/overview/usage.csv'
-
get_data()[source]
-
page_title= <django.utils.functional.__proxy__ object>
-
table_class alias of
ProjectUsageTable
-
template_name= 'identity/projects/usage.html'
-
usage_class alias of
ProjectUsage
-