• <%- i18n('menu', 'dashboard') %>
  • <%- i18n('menu', 'hosts') %>
    <% if (canShow('proxy_hosts')) { %> <%- i18n('proxy-hosts', 'title') %> <% } %> <% if (canShow('redirection_hosts')) { %> <%- i18n('redirection-hosts', 'title') %> <% } %> <% if (canShow('streams')) { %> <%- i18n('streams', 'title') %> <% } %> <% if (canShow('dead_hosts')) { %> <%- i18n('dead-hosts', 'title') %> <% } %>
  • <% if (canShow('access_lists')) { %>
  • <%- i18n('access-lists', 'title') %>
  • <% } %> <% if (canShow('certificates')) { %>
  • <%- i18n('certificates', 'title') %>
  • <% } %> <% if (isAdmin()) { %>
  • <%- i18n('users', 'title') %>
  • <%- i18n('audit-log', 'title') %>
  • <%- i18n('settings', 'title') %>
  • <% } %>