Sha256: f50f18019a8270a3dbfe7339bcc4062512c39a622ba562bab36f03713ac6e804

Contents?: true

Size: 681 Bytes

Versions: 1

Compression:

Stored size: 681 Bytes

Contents

<table id="bundles-table" class="table table-condensed">
  <thead>
    <tr>
      <th>Bundle ID</th>
      <th>Account ID</th>
      <th>External key</th>
      <th>Subscriptions</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() {
  $('#bundles-table').dataTable({
    "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>",
    "sPaginationType": "bootstrap",
    "bProcessing": true,
    "bServerSide": true,
    "sAjaxSource": "<%= bundles_pagination_path :format => :json %>"
  });
});
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaui-0.6.6 app/views/kaui/bundles/index.html.erb