Sha256: 37bd6359ef85f4fb070902507fd55db371837635cd8c69335576a734621ee2a9
Contents?: true
Size: 723 Bytes
Versions: 1
Compression:
Stored size: 723 Bytes
Contents
<h3 class="pageHeader">Custom Fields</h3> <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'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>", "sPaginationType": "simple_numbers", "bProcessing": true, "bServerSide": true, "sAjaxSource": "<%= custom_fields_pagination_path :format => :json %>" }); }); <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kaui-0.11.0 | app/views/kaui/custom_fields/index.html.erb |