mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-19 13:31:03 +02:00
Organize design
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
bfa86c9508
commit
850e7067f4
@ -46,7 +46,7 @@
|
|||||||
<% if content_for?(:page_head) %>
|
<% if content_for?(:page_head) %>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xl-12 col-sm-12">
|
<div class="col-xl-12 col-sm-12">
|
||||||
<h1 class="display-4"><%= content_for(:page_head) %></h1>
|
<h1 class="display-4 border-bottom mb-3"><%= content_for(:page_head) %></h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
- page_title t("fluentd.settings.#{target_plugin_name}.show.page_title")
|
- page_title t("fluentd.settings.#{target_plugin_name}.show.page_title")
|
||||||
|
|
||||||
.card
|
.card.mb-3
|
||||||
.card-body.bg-light
|
.card-body.bg-light
|
||||||
= raw t("fluentd.settings.#{target_plugin_name}.option_guide")
|
= raw t("fluentd.settings.#{target_plugin_name}.option_guide")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user