You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Layout::Sidebar::Item @route="console.developers.api-keys" @icon="key" @permission="developers list api-key" @visible={{can"developers see api-key"}}>{{t"developers.application.sidebar.items.api-keys"}}</Layout::Sidebar::Item>
5
+
<Layout::Sidebar::Item @route="console.developers.webhooks" @icon="globe-asia" @permission="developers list webhook" @visible={{can"developers see webhook"}}>{{t"developers.application.sidebar.items.webhooks"}}</Layout::Sidebar::Item>
6
+
<Layout::Sidebar::Item @route="console.developers.sockets" @icon="plug" @permission="developers list socket" @visible={{can"developers see socket"}}>{{t"developers.application.sidebar.items.websockets"}}</Layout::Sidebar::Item>
7
+
<Layout::Sidebar::Item @route="console.developers.logs" @icon="file-lines" @permission="developers list log" @visible={{can"developers see log"}}>{{t"developers.application.sidebar.items.logs"}}</Layout::Sidebar::Item>
8
+
<Layout::Sidebar::Item @route="console.developers.events" @icon="calendar-day" @permission="developers list event" @visible={{can"developers see event"}}>{{t"developers.application.sidebar.items.events"}}</Layout::Sidebar::Item>
0 commit comments