Allow user non admin to see heldesk panel
Change-Id: Ic0bf9e244a8c441ceb29b39b6fb109231d24464f
This commit is contained in:
parent
5ff3a874e0
commit
1b95f57f5e
@ -5,7 +5,6 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
version = 1.2-1
|
|
||||||
home-page = http://www.openstack.org/
|
home-page = http://www.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
|
@ -23,6 +23,5 @@ from sticksdashboard import dashboard
|
|||||||
class TicketsPanel(horizon.Panel):
|
class TicketsPanel(horizon.Panel):
|
||||||
name = _("Tickets")
|
name = _("Tickets")
|
||||||
slug = 'tickets'
|
slug = 'tickets'
|
||||||
permissions = ('openstack.roles.admin',)
|
|
||||||
|
|
||||||
dashboard.Sticks.register(TicketsPanel)
|
dashboard.Sticks.register(TicketsPanel)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user