mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
Move language menu to the bottom of sidebar from global header
This commit is contained in:
parent
fd21086dfc
commit
9e1405d2bb
@ -37,17 +37,6 @@
|
||||
<!-- /.navbar-header -->
|
||||
|
||||
<ul class="nav navbar-top-links navbar-right">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle " data-toggle="dropdown" href="#">
|
||||
<%= icon("fa-font") %>
|
||||
<%= icon("fa-caret-down") %>
|
||||
</a>
|
||||
<ul class="nav dropdown-menu dropdown-alerts">
|
||||
<%= language_menu %>
|
||||
</ul>
|
||||
<!-- /.dropdown-alerts -->
|
||||
</li>
|
||||
|
||||
<!-- vue.js -->
|
||||
<li class="dropdown" id="alert">
|
||||
<a
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
</ul>
|
||||
<% end %>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a>
|
||||
<%= icon("fa-cogs fa-fw") << t('terms.plugins') << icon('pull-right fa-caret-down') %>
|
||||
@ -35,8 +36,8 @@
|
||||
<%= link_to_other t("plugins.updated.page_title"), updated_plugins_path %>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- /.nav-second-level -->
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a>
|
||||
<%= icon('fa-coffee fa-fw') << t('terms.misc') << icon('pull-right fa-caret-down') %>
|
||||
@ -52,6 +53,16 @@
|
||||
<%= link_to_other t('tutorials.index.page_title'), tutorials_path %>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- /.nav-second-level -->
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a>
|
||||
<%= icon('fa-font') << t('terms.languages') << icon('pull-right fa-caret-down') %>
|
||||
</a>
|
||||
<ul class="nav nav-second-level">
|
||||
<li>
|
||||
<%= language_menu %>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -44,6 +44,7 @@ en:
|
||||
advanced_setting: Advanced Setting
|
||||
notice_restart_for_config_edit: "NOTICE: fluentd will restart after update config"
|
||||
lines: Lines
|
||||
languages: Language
|
||||
|
||||
plugins:
|
||||
notice_restart_for_config_edit: "NOTICE: fluentd will restart after update config"
|
||||
|
||||
@ -44,6 +44,7 @@ ja:
|
||||
advanced_setting: 高度な設定
|
||||
notice_restart_for_config_edit: ※更新するとfluentdが再起動されます
|
||||
lines: 行
|
||||
languages: 言語
|
||||
|
||||
plugins:
|
||||
notice_restart_for_config_edit: ※更新するとfluentdが再起動されます
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user