mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-16 00:06:10 +02:00
81 lines
2.1 KiB
Plaintext
81 lines
2.1 KiB
Plaintext
<ul class="nav" id="side-menu">
|
|
<li>
|
|
<a class="section">
|
|
<%= icon("fa-puzzle-piece fa-fw") << "fluentd" %>
|
|
</a>
|
|
<ul class="nav nav-second-level">
|
|
<% if fluentd_exists? %>
|
|
<li>
|
|
<%= link_to_other t('fluentd.show.page_title'), daemon_path %>
|
|
</li>
|
|
<li>
|
|
<%= link_to_other t('fluentd.settings.source_and_output.page_title'), source_and_output_daemon_setting_path %>
|
|
</li>
|
|
<li>
|
|
<%= link_to_other t('fluentd.settings.show.page_title'), daemon_setting_path %>
|
|
</li>
|
|
<li>
|
|
<%= link_to_other t('fluentd.common.log'), log_daemon_path %>
|
|
</li>
|
|
<li>
|
|
<%= link_to_other t('fluentd.errors.page_title'), errors_daemon_path %>
|
|
</li>
|
|
<% else %>
|
|
<li>
|
|
<%= link_to_other t('terms.initial_setup'), daemon_path %>
|
|
</li>
|
|
<% end %>
|
|
</ul>
|
|
</li>
|
|
|
|
<% if fluentd_exists? %>
|
|
<li>
|
|
<a class="section">
|
|
<%= icon("fa-cogs fa-fw") << t('terms.plugins') %>
|
|
</a>
|
|
<ul class="nav nav-second-level">
|
|
<li>
|
|
<%= link_to_other t("plugins.installed.page_title"), installed_plugins_path %>
|
|
</li>
|
|
<li>
|
|
<%= link_to_other t("plugins.recommended.page_title"), recommended_plugins_path %>
|
|
</li>
|
|
<li>
|
|
<%= link_to_other t("plugins.updated.page_title"), updated_plugins_path %>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<% end %>
|
|
|
|
<li>
|
|
<a class="section">
|
|
<%= icon('fa-coffee fa-fw') << t('terms.misc') %>
|
|
</a>
|
|
<ul class="nav nav-second-level">
|
|
<li>
|
|
<%= link_to_other t("misc.information.page_title"), misc_information_path %>
|
|
</li>
|
|
<li>
|
|
<%= link_to_other t('users.show.page_title'), user_path %>
|
|
</li>
|
|
<!--
|
|
Not used for now (0.0.1 pre)
|
|
<li>
|
|
<%= link_to_other t('tutorials.index.page_title'), tutorials_path %>
|
|
</li>
|
|
-->
|
|
</ul>
|
|
</li>
|
|
|
|
<li>
|
|
<a class="section">
|
|
<%= icon('fa-font') << t('terms.languages') %>
|
|
</a>
|
|
<ul class="nav nav-second-level">
|
|
<li>
|
|
<%= language_menu %>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|