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 0x7fad67662610>
panels = (<class 'openstack_dashboard.dashboards.admin.dashboard.SystemPanels'>,)
permissions = ('openstack.roles.admin',)
slug = 'admin'
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 0x7fad67662210>
panels = ('overview', 'metering', 'hypervisors', 'aggregates', 'instances', 'volumes', 'flavors', 'images', 'networks', 'routers', 'defaults', 'info')
slug = 'admin'

Previous topic

The openstack_dashboard.dashboards.admin.models Module

Next topic

The openstack_dashboard.dashboards.admin.instances.urls Module

This Page