mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Reloading icon to be gentle
This commit is contained in:
parent
a8f0c18392
commit
53880e9dbd
@ -4,13 +4,13 @@
|
||||
<p>
|
||||
<button class="btn btn-primary" v-on="click: fetchLogs">
|
||||
<%= t "terms.reload_log" %>
|
||||
<span v-if="processing"><%= icon('fa-spin fa-refresh') %></span>
|
||||
</button>
|
||||
<input type="text" v-model="limit" size="4" v-on="keyup: fetchLogs | key enter" />
|
||||
<%= t('terms.lines') %>
|
||||
<label>
|
||||
<input type="checkbox" v-model="autoFetch" /> <%= t "terms.auto_reload", seconds: 1 %>
|
||||
</label>
|
||||
<span v-if="processing"><%= icon('fa-spin fa-refresh') %></span>
|
||||
</p>
|
||||
|
||||
<pre v-if="isPresentedLogs"><!-- be careful indent -->
|
||||
|
Loading…
Reference in New Issue
Block a user