mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Tweak in/out setting display
This commit is contained in:
parent
3ddb412846
commit
90d0b685fb
@ -129,3 +129,11 @@ label {
|
|||||||
margin-left: 30px; // used at fluentd/settings/out_forward, nested config form
|
margin-left: 30px; // used at fluentd/settings/out_forward, nested config form
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fluentd-setting-inout {
|
||||||
|
.arrow-right {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 36px;
|
||||||
|
padding-top: 64px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -9,11 +9,16 @@
|
|||||||
= preserve do
|
= preserve do
|
||||||
= @config
|
= @config
|
||||||
|
|
||||||
.row
|
%hr
|
||||||
.col-lg-6
|
|
||||||
|
%h2
|
||||||
|
= t ".in_out_head"
|
||||||
|
|
||||||
|
.row.fluentd-setting-inout
|
||||||
|
.col-lg-4
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-heading
|
.panel-heading
|
||||||
%h2= t('.in')
|
%h4= t('.in')
|
||||||
.panel-body
|
.panel-body
|
||||||
%p
|
%p
|
||||||
= link_to(fluentd_setting_in_tail_path(@fluentd)) do
|
= link_to(fluentd_setting_in_tail_path(@fluentd)) do
|
||||||
@ -23,15 +28,25 @@
|
|||||||
= link_to(fluentd_setting_in_syslog_path(@fluentd)) do
|
= link_to(fluentd_setting_in_syslog_path(@fluentd)) do
|
||||||
= icon('fa-file-text-o fa-lg')
|
= icon('fa-file-text-o fa-lg')
|
||||||
= t("fluentd.common.setup_in_syslog")
|
= t("fluentd.common.setup_in_syslog")
|
||||||
.col-lg-6
|
.col-lg-1.arrow-right
|
||||||
|
= icon "fa-arrow-circle-right"
|
||||||
|
.col-lg-2
|
||||||
|
= image_tag "/fluentd-logo.png", style: "max-width: 100%"
|
||||||
|
.col-lg-1.arrow-right
|
||||||
|
= icon "fa-arrow-circle-right"
|
||||||
|
.col-lg-4
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-heading
|
.panel-heading
|
||||||
%h2= t('.out')
|
%h4= t('.out')
|
||||||
.panel-body
|
.panel-body
|
||||||
%p
|
%p
|
||||||
= link_to(fluentd_setting_out_td_path(@fluentd)) do
|
= link_to(fluentd_setting_out_td_path(@fluentd)) do
|
||||||
= icon('fa-file-text-o fa-lg')
|
= icon('fa-file-text-o fa-lg')
|
||||||
= t("fluentd.common.setup_out_td")
|
= t("fluentd.common.setup_out_td")
|
||||||
|
%p
|
||||||
|
= link_to(fluentd_setting_out_s3_path(@fluentd)) do
|
||||||
|
= icon('fa-file-text-o fa-lg')
|
||||||
|
= t("fluentd.common.setup_out_s3")
|
||||||
%p
|
%p
|
||||||
= link_to(fluentd_setting_out_mongo_path(@fluentd)) do
|
= link_to(fluentd_setting_out_mongo_path(@fluentd)) do
|
||||||
= icon('fa-file-text-o fa-lg')
|
= icon('fa-file-text-o fa-lg')
|
||||||
|
@ -92,11 +92,12 @@ en:
|
|||||||
edit_config: Edit Config
|
edit_config: Edit Config
|
||||||
config_file: Config file
|
config_file: Config file
|
||||||
page_title: "%{label}"
|
page_title: "%{label}"
|
||||||
setup_in_tail: Setting file reading
|
setup_in_tail: File
|
||||||
setup_in_syslog: Setting Syslog readling
|
setup_in_syslog: Syslog protocol
|
||||||
setup_out_td: Setting Treasure Data writing
|
setup_out_td: Treasure Data
|
||||||
setup_out_mongo: Setting MongoDB writing
|
setup_out_mongo: MongoDB
|
||||||
setup_out_forward: forward(TODO)
|
setup_out_forward: forwarding
|
||||||
|
setup_out_s3: AWS S3
|
||||||
finish: Update config
|
finish: Update config
|
||||||
fluentd_info: Setting info
|
fluentd_info: Setting info
|
||||||
recent_errors: "Recently %{days} days errors"
|
recent_errors: "Recently %{days} days errors"
|
||||||
@ -125,8 +126,9 @@ en:
|
|||||||
show:
|
show:
|
||||||
<<: *fluentd_common
|
<<: *fluentd_common
|
||||||
page_title: fluentd config
|
page_title: fluentd config
|
||||||
in: Input source setting
|
in_out_head: In/Out setting
|
||||||
out: Output source setting
|
in: Input
|
||||||
|
out: Output
|
||||||
edit:
|
edit:
|
||||||
<<: *fluentd_common
|
<<: *fluentd_common
|
||||||
out_forward:
|
out_forward:
|
||||||
|
@ -92,11 +92,12 @@ ja:
|
|||||||
edit_config: 設定ファイルの編集
|
edit_config: 設定ファイルの編集
|
||||||
config_file: 設定ファイル
|
config_file: 設定ファイル
|
||||||
page_title: "%{label}"
|
page_title: "%{label}"
|
||||||
setup_in_tail: ファイル読み込みの設定
|
setup_in_tail: ファイル
|
||||||
setup_in_syslog: syslog読み込みの設定
|
setup_in_syslog: syslogプロトコル
|
||||||
setup_out_td: Treasure Dataへの書き出し設定
|
setup_out_td: Treasure Data
|
||||||
setup_out_mongo: MongoDBへの書き出し設定
|
setup_out_mongo: MongoDB
|
||||||
setup_out_forward: forward(TODO)
|
setup_out_forward: 転送
|
||||||
|
setup_out_s3: AWS S3
|
||||||
finish: 設定する
|
finish: 設定する
|
||||||
fluentd_info: 設定情報
|
fluentd_info: 設定情報
|
||||||
recent_errors: "直近 %{days} 日内のエラー"
|
recent_errors: "直近 %{days} 日内のエラー"
|
||||||
@ -126,8 +127,9 @@ ja:
|
|||||||
show:
|
show:
|
||||||
<<: *fluentd_common
|
<<: *fluentd_common
|
||||||
page_title: fluentd 設定
|
page_title: fluentd 設定
|
||||||
in: 入力ソースの設定
|
in_out_head: 入力/出力設定
|
||||||
out: 出力ソースの設定
|
in: 入力
|
||||||
|
out: 出力
|
||||||
edit:
|
edit:
|
||||||
<<: *fluentd_common
|
<<: *fluentd_common
|
||||||
out_forward:
|
out_forward:
|
||||||
|
BIN
public/fluentd-logo.png
Normal file
BIN
public/fluentd-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Loading…
Reference in New Issue
Block a user