Source code for openstack_dashboard.dashboards.admin.volumes.panel

import horizon

from openstack_dashboard.dashboards.admin import dashboard


class Volumes(horizon.Panel):
    name = _("Volumes")
[docs] slug = "volumes" permissions = ('openstack.services.volume',) dashboard.Admin.register(Volumes)