Allow user non admin to see heldesk panel

Change-Id: Ic0bf9e244a8c441ceb29b39b6fb109231d24464f
This commit is contained in:
Anthony Michon 2015-08-05 13:54:27 +02:00
parent 5ff3a874e0
commit 1b95f57f5e
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
version = 1.2-1
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack

View File

@ -23,6 +23,5 @@ from sticksdashboard import dashboard
class TicketsPanel(horizon.Panel):
name = _("Tickets")
slug = 'tickets'
permissions = ('openstack.roles.admin',)
dashboard.Sticks.register(TicketsPanel)