Sha256: ab28d22223f5da33367586b682723eb725a1681a415e207c68cc93e1f60be674

Contents?: true

Size: 827 Bytes

Versions: 9

Compression:

Stored size: 827 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: "float-right" %>
</p>

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

<!-- vue.js -->
<div id="chapter1">
  <form>
    <p v-repeat="payloads">
      <input type="button" class="btn btn-primary" 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: "float-right" %>
</p>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fluentd-ui-1.2.1 app/views/tutorials/chapter1.html.erb
fluentd-ui-1.2.0 app/views/tutorials/chapter1.html.erb
fluentd-ui-1.1.0 app/views/tutorials/chapter1.html.erb
fluentd-ui-1.0.1 app/views/tutorials/chapter1.html.erb
fluentd-ui-1.0.0 app/views/tutorials/chapter1.html.erb
fluentd-ui-1.0.0.beta.1 app/views/tutorials/chapter1.html.erb
fluentd-ui-1.0.0.alpha.3 app/views/tutorials/chapter1.html.erb
fluentd-ui-1.0.0.alpha.2 app/views/tutorials/chapter1.html.erb
fluentd-ui-1.0.0.alpha.1 app/views/tutorials/chapter1.html.erb