The openstack_dashboard.dashboards.project.routers.views Module
Views for managing Neutron Routers.
-
class openstack_dashboard.dashboards.project.routers.views.CreateView[source]
Bases: horizon.forms.views.ModalFormView
-
CreateView.form_class
alias of CreateForm
-
CreateView.form_id = 'create_router_form'
-
CreateView.modal_header = <django.utils.functional.__proxy__ object at 0xaf677d0>
-
CreateView.page_title = <django.utils.functional.__proxy__ object at 0xaf67550>
-
CreateView.submit_label = <django.utils.functional.__proxy__ object at 0xaf67f10>
-
CreateView.submit_url = <django.utils.functional.__proxy__ object at 0xaf67cd0>
-
CreateView.success_url = <django.utils.functional.__proxy__ object at 0xaf67c50>
-
CreateView.template_name = 'project/routers/create.html'
-
class openstack_dashboard.dashboards.project.routers.views.DetailView(*args, **kwargs)[source]
Bases: horizon.tabs.views.TabbedTableView
-
DetailView.failure_url = <django.utils.functional.__proxy__ object at 0xaf67dd0>
-
DetailView.get_context_data(**kwargs)[source]
-
DetailView.get_tabs(request, *args, **kwargs)[source]
-
DetailView.page_title = <django.utils.functional.__proxy__ object at 0xaf67150>
-
DetailView.tab_group_class
alias of RouterDetailTabs
-
DetailView.template_name = 'project/routers/detail.html'
-
class openstack_dashboard.dashboards.project.routers.views.IndexView(*args, **kwargs)[source]
Bases: horizon.tables.views.DataTableView
-
IndexView.get_data()[source]
-
IndexView.page_title = <django.utils.functional.__proxy__ object at 0xac97690>
-
IndexView.table_class
alias of RoutersTable
-
IndexView.template_name = 'project/routers/index.html'
-
class openstack_dashboard.dashboards.project.routers.views.UpdateView[source]
Bases: horizon.forms.views.ModalFormView
-
UpdateView.form_class
alias of UpdateForm
-
UpdateView.form_id = 'update_router_form'
-
UpdateView.get_context_data(**kwargs)[source]
-
UpdateView.get_initial()[source]
-
UpdateView.modal_header = <django.utils.functional.__proxy__ object at 0xaf67890>
-
UpdateView.page_title = <django.utils.functional.__proxy__ object at 0xaf67390>
-
UpdateView.submit_label = <django.utils.functional.__proxy__ object at 0xaf67610>
-
UpdateView.submit_url = 'horizon:project:routers:update'
-
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0xaf67c10>
-
UpdateView.template_name = 'project/routers/update.html'