Sha256: 01a0fc1e54d1d8a2d5db66074a519126081e4214c8d500608c49681e745a4de8
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
Contents
<h3 class="pageHeader">Tags</h3> <table id="tags-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() { $('#tags-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": "<%= tags_pagination_path :format => :json %>" }); }); <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kaui-0.11.0 | app/views/kaui/tags/index.html.erb |