<div dir="ltr">I have four roles, they are ' admin ', ' role1 ', ' role2 ' , ' role3 '. I want to see following Instances panel except the "role3" role . What should I code this permissions ? ? ?<div>
<br></div><div>    class Instances(horizon.Panel):</div><div>        name = _("Instances")</div><div>        slug = 'instances'</div><div>        permissions = (' ... ... ', )</div><div><br></div>
<div>   dashboard.Project.register(Instances)</div><div><br></div><div>If you have any answers, please contact me ~ Thank you !</div></div>