Sha256: 59aeff2e8e4ff5933d49122a263689381906bd8e2da682864214587e37d3274c

Contents?: true

Size: 675 Bytes

Versions: 11

Compression:

Stored size: 675 Bytes

Contents

<table id="custom_fields-table" class="table table-condensed">
  <thead>
    <tr>
      <th>Tag ID</th>
      <th>Object type</th>
      <th>Tag definition name</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td colspan="1" class="dataTables_empty">Loading data from server</td>
    </tr>
  </tbody>
</table>

<%= javascript_tag do %>
$(document).ready(function() {
  $('#custom_fields-table').dataTable({
    "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>",
    "sPaginationType": "bootstrap",
    "bProcessing": true,
    "bServerSide": true,
    "sAjaxSource": "<%= custom_fields_pagination_path :format => :json %>"
  });
});
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
kaui-0.8.4 app/views/kaui/custom_fields/index.html.erb
kaui-0.8.3 app/views/kaui/custom_fields/index.html.erb
kaui-0.8.2 app/views/kaui/custom_fields/index.html.erb
kaui-0.8.1 app/views/kaui/custom_fields/index.html.erb
kaui-0.8.0 app/views/kaui/custom_fields/index.html.erb
kaui-0.7.2 app/views/kaui/custom_fields/index.html.erb
kaui-0.7.1 app/views/kaui/custom_fields/index.html.erb
kaui-0.7.0 app/views/kaui/custom_fields/index.html.erb
kaui-0.6.6 app/views/kaui/custom_fields/index.html.erb
kaui-0.6.5 app/views/kaui/custom_fields/index.html.erb
kaui-0.6.4 app/views/kaui/custom_fields/index.html.erb