Sha256: 7a652674c7cbcbdf4cfb78f5265fe9bd8f8dfd6248d1d9a6a6afd066f7940693

Contents?: true

Size: 826 Bytes

Versions: 33

Compression:

Stored size: 826 Bytes

Contents

<% # NOTE: Using .erb is for styling <pre> %>

<% page_title t(".page_title") %>

<p class="clearfix">
  <%= link_to t('tutorials.chapter2.page_title') << " >>", tutorials_chapter2_path, class: "pull-right" %>
</p>

<p>
  <%= t ".description" %>
</p>

<!-- vue.js -->
<div id="chapter1">
  <form>
    <p v-repeat="payloads">
      <input type="button" class="btn btn-default" v-on="click: sendRequest($data)" value="<%= t ".send" %>" />
      <code>
        $ curl -X POST http://localhost:<%= @in_http["port"] %>{{ path }} -F 'json={{ data | to_json }}'
      </code>
    </p>
  </form>
</div>
<!-- /vue.js -->

<%= render partial: "shared/vue/fluent_log", locals: { fluentd: @fluentd } %>

<p class="clearfix">
  <%= link_to t('tutorials.chapter2.page_title') << " >>", tutorials_chapter2_path, class: "pull-right" %>
</p>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
fluentd-ui-0.4.5 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.4.4 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.4.3 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.4.2 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.4.1 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.4.0 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.21 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.20 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.19 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.18 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.17 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.16 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.15 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.14 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.13 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.12 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.11 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.10 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.9 app/views/tutorials/chapter1.html.erb
fluentd-ui-0.3.8 app/views/tutorials/chapter1.html.erb