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

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

alias of ObjectsTable

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

alias of ContainersTable

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

Previous topic

The openstack_dashboard.dashboards.project.containers.views Module

Next topic

The openstack_dashboard.dashboards.project.containers.urls Module

This Page