mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Adjust style
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
badf8c5a2b
commit
2da0763393
@ -3,7 +3,6 @@
|
||||
= icon('fa-download')
|
||||
= t('fluentd.common.raw_log_link')
|
||||
|
||||
.row
|
||||
.col-xl-12.col-sm-12
|
||||
= preserve do # partial containing <pre>, so shouldn't break indent
|
||||
= render partial: "shared/vue/fluent_log", locals: { fluentd: @fluentd }
|
||||
.row.ml-3
|
||||
= preserve do # partial containing <pre>, so shouldn't break indent
|
||||
= render partial: "shared/vue/fluent_log", locals: { fluentd: @fluentd }
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
<span v-if="processing"><%= icon('fa-spin fa-refresh') %></span>
|
||||
</div>
|
||||
|
||||
<pre v-if="isPresentedLogs"><!-- be careful indent -->
|
||||
<div class="log"><span v-for="log in logs">{{ log }}
|
||||
<pre v-if="isPresentedLogs" class="card bg-light"><!-- be careful indent -->
|
||||
<div class="log card-body"><span v-for="log in logs">{{ log }}
|
||||
</span></div></pre>
|
||||
|
||||
<div v-if="!isPresentedLogs && !processing">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user