9 /mason/analytics_protocols/index.mas - show user-specific analytics in the system
13 Displays a page with a table of all the analytics run by the currently logged in user.
21 <& /util/import_javascript.mas, classes => [ 'jquery', 'jquery.dataTables' ], entries => [] &>
23 <& /page/page_title.mas, title => "Your Analytics Protocols" &>
25 <button class='btn btn-success' style='margin:3px;float:right' id='drone_imagery_analytics_link'>Drone Imagery Analytics</button><br />
28 <& /breeders_toolbox/drone_imagery/drone_imagery_analytics.mas &>
31 <table class="table table-bordered table-hover" id="analytics_protocols_by_user_table">
34 <th>Analytics Protocol Name</th>
46 jQuery(document).ready(function(){
47 jQuery('#analytics_protocols_by_user_table').DataTable({
48 'ajax': { 'url': '/ajax/analytics_protocols/by_user' }