The horizon.dashboards.nova.containers.browsers ModuleΒΆ

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

Bases: horizon.browsers.base.ResourceBrowser

ContainerBrowser.breadcrumb_url = 'horizon:nova: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 0xab551ec>
ContainerBrowser.navigation_kwarg_name = 'container_name'
ContainerBrowser.navigation_table_class

alias of ContainersTable

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

Previous topic

The horizon.dashboards.nova.containers.tables Module

Next topic

The horizon.dashboards.nova.containers.tests Module

This Page