mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-14 18:27:06 +02:00
Use b-card component
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
3bdd6a45a8
commit
a68f184f7e
@ -12,9 +12,9 @@
|
||||
"v-on:change-plugin-name" => "onChangePluginName",
|
||||
"v-on:change-formats" => "onChangeFormats"}
|
||||
|
||||
.card.mb-3
|
||||
%pre{"class" => "card-body", "v-html" => "highlightedLines"}
|
||||
%b-card.mb-3
|
||||
%pre{"v-html" => "highlightedLines"}
|
||||
|
||||
.card.md-3
|
||||
%p.card-body.pb-0
|
||||
%b-card.mb-3
|
||||
%p.pb-0.mb-0
|
||||
=raw(t("fluentd.settings.in_tail_option_guide"))
|
||||
|
Loading…
Reference in New Issue
Block a user