The openstack_dashboard.dashboards.project.containers.browsers ModuleΒΆ

class openstack_dashboard.dashboards.project.containers.browsers.ContainerBrowser(request, tables_dict=None, attrs=None, **kwargs)[source]

Bases: horizon.browsers.base.ResourceBrowser

breadcrumb_url = 'horizon:project:containers:index'
content_kwarg_name = 'subfolder_path'
content_table_class

alias of ObjectsTable

has_breadcrumb = True
name = 'swift'
navigable_item_name = <django.utils.functional.__proxy__ object at 0x7f9f3d1310d0>
navigation_kwarg_name = 'container_name'
navigation_table_class

alias of ContainersTable

verbose_name = <django.utils.functional.__proxy__ object at 0x7f9f3d175dd0>

Previous topic

The openstack_dashboard.dashboards.project.containers Module

Next topic

The openstack_dashboard.dashboards.project.containers.utils Module

Project Source

This Page