diff --git a/app/views/shared/_global_nav.html.erb b/app/views/shared/_global_nav.html.erb index b57b0d8..817f2ca 100644 --- a/app/views/shared/_global_nav.html.erb +++ b/app/views/shared/_global_nav.html.erb @@ -12,6 +12,8 @@ <% end %> + + <% if fluentd_exists? %>
  • <%= link_to_other icon("fa-cogs fa-fw") << " " << t('terms.plugins') << icon('fa pull-right fa-caret-down'), plugins_path %>
  • + <% end %> +
  • <%= link_to_other icon('fa-coffee fa-fw') << " " << t('terms.misc') << icon('fa pull-right fa-caret-down'), misc_path %>