Reloading icon to be gentle

This commit is contained in:
uu59 2014-07-25 10:44:06 +09:00
parent a8f0c18392
commit 53880e9dbd

View File

@ -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 -->