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 0xf4237d4c>
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 0xf42a16ac>
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 0xf42c81ec>
panels = ('overview', 'metering', 'hypervisors', 'aggregates', 'instances', 'volumes', 'flavors', 'images', 'networks', 'routers', 'info')
slug = 'admin'

Previous topic

The openstack_dashboard.dashboards.router.nexus1000v.tabs Module

Next topic

The openstack_dashboard.dashboards.admin Module

This Page