mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Adjust margin between elements
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
dea13ddb16
commit
59dd00aa1c
@ -3,12 +3,12 @@
|
||||
<% auto_reload ||= true %>
|
||||
<div id="fluent-log" logUrl="<%= log_tail_daemon_agent_path(fluentd) %>" initialAutoReload="<%= auto_reload ? "true" : "" %>">
|
||||
<div class="bottom-margin form-inline">
|
||||
<button class="btn btn-primary" v-on:click="fetchLogs">
|
||||
<button class="btn btn-primary mr-3" v-on:click="fetchLogs">
|
||||
<%= t "terms.reload_log" %>
|
||||
</button>
|
||||
<input type="text" v-model="limit" size="4" v-on:keyup="fetchLogs | key enter" class="form-control"/>
|
||||
<input type="text" v-model="limit" size="4" v-on:keyup.enter="fetchLogs" class="form-control"/>
|
||||
<%= t('terms.lines') %>
|
||||
<label>
|
||||
<label class="ml-3">
|
||||
<input type="checkbox" v-model="autoFetch" /> <%= t "terms.auto_reload", seconds: 1 %>
|
||||
</label>
|
||||
<span v-if="processing"><%= icon('fa-spin fa-refresh') %></span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user