Sha256: ebf7bb7e0f5d3835f901d5478ce31d3b81e52f9e661cfe948cfc54fa93de811e

Contents?: true

Size: 830 Bytes

Versions: 26

Compression:

Stored size: 830 Bytes

Contents

<!-- vue.js -->
<% auto_reload ||= true %>
<div id="fluent-log" logUrl="<%= log_tail_daemon_agent_path(fluentd) %>" initialAutoReload="<%= auto_reload ? "true" : "" %>">
  <p>
    <button class="btn btn-primary" v-on="click: fetchLogs">
      <%= t "terms.reload_log" %>
    </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 -->
<div class="log"><span v-repeat="logs">{{ $value }}
</span></div></pre>

  <div v-if="!isPresentedLogs && !processing">
    <p>[log is empty]</p>
  </div>
</div>
<!-- /vue.js -->

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
fluentd-ui-0.3.20 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.19 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.18 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.17 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.16 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.15 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.14 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.13 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.12 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.11 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.10 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.9 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.8 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.7 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.6 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.5 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.3 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.2 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.1 app/views/shared/vue/_fluent_log.html.erb
fluentd-ui-0.3.0 app/views/shared/vue/_fluent_log.html.erb