mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Hide plugin pages until fluentd setup finished
This commit is contained in:
parent
82adda962d
commit
dd088a97e2
@ -12,6 +12,8 @@
|
||||
</ul>
|
||||
<% end %>
|
||||
</li>
|
||||
|
||||
<% if fluentd_exists? %>
|
||||
<li>
|
||||
<%= link_to_other icon("fa-cogs fa-fw") << " " << t('terms.plugins') << icon('fa pull-right fa-caret-down'), plugins_path %>
|
||||
<ul class="nav nav-second-level">
|
||||
@ -27,6 +29,8 @@
|
||||
</ul>
|
||||
<!-- /.nav-second-level -->
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
<li>
|
||||
<%= link_to_other icon('fa-coffee fa-fw') << " " << t('terms.misc') << icon('fa pull-right fa-caret-down'), misc_path %>
|
||||
<ul class="nav nav-second-level">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user