The openstack_dashboard.dashboards.admin.dashboard ModuleΒΆ

class openstack_dashboard.dashboards.admin.dashboard.Admin(*args, **kwargs)[source]

Bases: horizon.base.Dashboard

default_panel = 'overview'
name = <django.utils.functional.__proxy__ object at 0xb3707190>
panels = (<class 'openstack_dashboard.dashboards.admin.dashboard.SystemPanels'>, <class 'openstack_dashboard.dashboards.admin.dashboard.IdentityPanels'>)
permissions = ('openstack.roles.admin',)
slug = 'admin'
class openstack_dashboard.dashboards.admin.dashboard.IdentityPanels(dashboard, slug=None, name=None, panels=None)[source]

Bases: horizon.base.PanelGroup

name = <django.utils.functional.__proxy__ object at 0xb366d1f0>
panels = ('domains', 'projects', 'users', 'groups', 'roles')
slug = 'identity'
class openstack_dashboard.dashboards.admin.dashboard.SystemPanels(dashboard, slug=None, name=None, panels=None)[source]

Bases: horizon.base.PanelGroup

name = <django.utils.functional.__proxy__ object at 0xb3707fb0>
panels = ('overview', 'metering', 'hypervisors', 'aggregates', 'instances', 'volumes', 'flavors', 'images', 'networks', 'routers', 'info')
slug = 'admin'

Previous topic

The openstack_dashboard.dashboards.theme.theme_index.panel Module

Next topic

The openstack_dashboard.dashboards.admin Module

This Page